Class: Zyterb::Configuration
- Inherits:
-
Object
- Object
- Zyterb::Configuration
- Defined in:
- lib/zyterb.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
Returns the value of attribute api_key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 |
# File 'lib/zyterb.rb', line 9 def initialize @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
Returns the value of attribute api_key.
7 8 9 |
# File 'lib/zyterb.rb', line 7 def api_key @api_key end |