Class: PaysonAPI::V2::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/payson_api/v2/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#api_passwordObject

Returns the value of attribute api_password.



35
36
37
# File 'lib/payson_api/v2/config.rb', line 35

def api_password
  @api_password
end

#api_user_idObject

Returns the value of attribute api_user_id.



35
36
37
# File 'lib/payson_api/v2/config.rb', line 35

def api_user_id
  @api_user_id
end

#test_modeObject

Returns the value of attribute test_mode.



35
36
37
# File 'lib/payson_api/v2/config.rb', line 35

def test_mode
  @test_mode
end