class Mollie::Client::Configuration
Attributes
api_key[RW]
open_timeout[RW]
read_timeout[RW]
Public Class Methods
new()
click to toggle source
# File lib/mollie/client.rb, line 16 def initialize @api_key = '' @open_timeout = 60 @read_timeout = 60 end