class Mollie::Config

Defined in:

mollie/config.cr

Instance Method Summary

Instance Method Detail

def api_key : String | Nil #

[View source]
def api_key=(api_key : String | Nil) #

[View source]
def currency_decimals : Hash(String, Int32) #

[View source]
def currency_decimals=(currency_decimals : Hash(String, Int32)) #

[View source]
def open_timeout : Time::Span #

[View source]
def open_timeout=(open_timeout : Time::Span) #

[View source]
def read_timeout : Time::Span #

[View source]
def read_timeout=(read_timeout : Time::Span) #

[View source]