Class: MeaningCloud::Configuration
- Inherits:
-
Object
- Object
- MeaningCloud::Configuration
- Defined in:
- lib/meaning-cloud.rb
Overview
Main configuration class.
Instance Attribute Summary collapse
-
#key ⇒ Object
Returns the value of attribute key.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 24 |
# File 'lib/meaning-cloud.rb', line 22 def initialize @key = nil end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
20 21 22 |
# File 'lib/meaning-cloud.rb', line 20 def key @key end |