Class: Qiwi::Config
- Inherits:
-
Object
- Object
- Qiwi::Config
- Defined in:
- lib/qiwi/config.rb
Instance Attribute Summary collapse
-
#endpoint ⇒ Object
Returns the value of attribute endpoint.
-
#logger ⇒ Object
Returns the value of attribute logger.
-
#login ⇒ Object
Returns the value of attribute login.
-
#password ⇒ Object
Returns the value of attribute password.
-
#transaction_handler ⇒ Object
Returns the value of attribute transaction_handler.
Instance Attribute Details
#endpoint ⇒ Object
Returns the value of attribute endpoint.
6 7 8 |
# File 'lib/qiwi/config.rb', line 6 def endpoint @endpoint end |
#logger ⇒ Object
Returns the value of attribute logger.
6 7 8 |
# File 'lib/qiwi/config.rb', line 6 def logger @logger end |
#login ⇒ Object
Returns the value of attribute login.
6 7 8 |
# File 'lib/qiwi/config.rb', line 6 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'lib/qiwi/config.rb', line 6 def password @password end |
#transaction_handler ⇒ Object
Returns the value of attribute transaction_handler.
6 7 8 |
# File 'lib/qiwi/config.rb', line 6 def transaction_handler @transaction_handler end |