Class: BananaBits::Configuration
- Defined in:
- lib/banana_bits/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#list_id ⇒ Object
Returns the value of attribute list_id.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/banana_bits/configuration.rb', line 3 def api_key @api_key end |
#list_id ⇒ Object
Returns the value of attribute list_id.
3 4 5 |
# File 'lib/banana_bits/configuration.rb', line 3 def list_id @list_id end |