Class: PaylerAPI::Configuration
- Inherits:
-
Object
- Object
- PaylerAPI::Configuration
- Defined in:
- lib/payler_api.rb
Instance Attribute Summary collapse
-
#access_key ⇒ Object
Returns the value of attribute access_key.
-
#host ⇒ Object
Returns the value of attribute host.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_key ⇒ Object
Returns the value of attribute access_key.
29 30 31 |
# File 'lib/payler_api.rb', line 29 def access_key @access_key end |
#host ⇒ Object
Returns the value of attribute host.
29 30 31 |
# File 'lib/payler_api.rb', line 29 def host @host end |
#password ⇒ Object
Returns the value of attribute password.
29 30 31 |
# File 'lib/payler_api.rb', line 29 def password @password end |