Class: PaysonAPI::V1::Configuration
- Inherits:
-
Object
- Object
- PaysonAPI::V1::Configuration
- Defined in:
- lib/payson_api/v1/config.rb
Instance Attribute Summary collapse
-
#api_password ⇒ Object
Returns the value of attribute api_password.
-
#api_user_id ⇒ Object
Returns the value of attribute api_user_id.
-
#test_mode ⇒ Object
Returns the value of attribute test_mode.
Instance Attribute Details
#api_password ⇒ Object
Returns the value of attribute api_password.
43 44 45 |
# File 'lib/payson_api/v1/config.rb', line 43 def api_password @api_password end |
#api_user_id ⇒ Object
Returns the value of attribute api_user_id.
43 44 45 |
# File 'lib/payson_api/v1/config.rb', line 43 def api_user_id @api_user_id end |
#test_mode ⇒ Object
Returns the value of attribute test_mode.
43 44 45 |
# File 'lib/payson_api/v1/config.rb', line 43 def test_mode @test_mode end |