Class: Itranslate4::Configuration
- Inherits:
-
Object
- Object
- Itranslate4::Configuration
- Defined in:
- lib/translate.rb
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.
17 18 19 |
# File 'lib/translate.rb', line 17 def initialize end |
Instance Attribute Details
#key ⇒ Object
Returns the value of attribute key.
16 17 18 |
# File 'lib/translate.rb', line 16 def key @key end |