Class: InsoundApi::Config
- Inherits:
-
Object
- Object
- InsoundApi::Config
- Defined in:
- lib/insound_api/config.rb
Instance Attribute Summary collapse
-
#affiliate_id ⇒ Object
Returns the value of attribute affiliate_id.
-
#api_password ⇒ Object
Returns the value of attribute api_password.
Instance Attribute Details
#affiliate_id ⇒ Object
Returns the value of attribute affiliate_id.
3 4 5 |
# File 'lib/insound_api/config.rb', line 3 def affiliate_id @affiliate_id end |
#api_password ⇒ Object
Returns the value of attribute api_password.
3 4 5 |
# File 'lib/insound_api/config.rb', line 3 def api_password @api_password end |