Class: Sistrix::Config
- Inherits:
-
Object
- Object
- Sistrix::Config
- Includes:
- Singleton
- Defined in:
- lib/sistrix/config.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
-
#proxy ⇒ Object
Returns the value of attribute proxy.
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
6 7 8 |
# File 'lib/sistrix/config.rb', line 6 def api_key @api_key end |
#proxy ⇒ Object
Returns the value of attribute proxy.
6 7 8 |
# File 'lib/sistrix/config.rb', line 6 def proxy @proxy end |