Class: PaysonAPI::V1::Configuration

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

Instance Attribute Summary collapse

Instance Attribute Details

#api_passwordObject

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_idObject

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_modeObject

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