Class: PaylerAPI::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/payler_api.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



31
32
33
# File 'lib/payler_api.rb', line 31

def initialize
  @access_key, @host, @password = ['']*3
end

Instance Attribute Details

#access_keyObject

Returns the value of attribute access_key.



29
30
31
# File 'lib/payler_api.rb', line 29

def access_key
  @access_key
end

#hostObject

Returns the value of attribute host.



29
30
31
# File 'lib/payler_api.rb', line 29

def host
  @host
end

#passwordObject

Returns the value of attribute password.



29
30
31
# File 'lib/payler_api.rb', line 29

def password
  @password
end