class Mollie::Client::Configuration
Attributes
Public Class Methods
Source
# File lib/mollie/client.rb, line 16 def initialize @api_key = '' @open_timeout = 60 @read_timeout = 60 end
# File lib/mollie/client.rb, line 16 def initialize @api_key = '' @open_timeout = 60 @read_timeout = 60 end