Class: Filter8::Configuration
- Inherits:
-
Object
- Object
- Filter8::Configuration
- Defined in:
- lib/filter8.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#api_secret ⇒ Object
Returns the value of attribute api_secret.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
24 25 26 |
# File 'lib/filter8.rb', line 24 def api_key @api_key end |
#api_secret ⇒ Object
Returns the value of attribute api_secret.
25 26 27 |
# File 'lib/filter8.rb', line 25 def api_secret @api_secret end |