Class: TranslationService::Configuration
- Inherits:
-
Object
- Object
- TranslationService::Configuration
- Defined in:
- lib/translation_service/configuration.rb
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#available_locales ⇒ Object
Returns the value of attribute available_locales.
-
#key ⇒ Object
Returns the value of attribute key.
-
#location ⇒ Object
Returns the value of attribute location.
-
#master_revision ⇒ Object
Returns the value of attribute master_revision.
-
#password ⇒ Object
Returns the value of attribute password.
Instance Attribute Details
#address ⇒ Object
Returns the value of attribute address.
4 5 6 |
# File 'lib/translation_service/configuration.rb', line 4 def address @address end |
#available_locales ⇒ Object
Returns the value of attribute available_locales.
8 9 10 |
# File 'lib/translation_service/configuration.rb', line 8 def available_locales @available_locales end |
#key ⇒ Object
Returns the value of attribute key.
5 6 7 |
# File 'lib/translation_service/configuration.rb', line 5 def key @key end |
#location ⇒ Object
Returns the value of attribute location.
7 8 9 |
# File 'lib/translation_service/configuration.rb', line 7 def location @location end |
#master_revision ⇒ Object
Returns the value of attribute master_revision.
3 4 5 |
# File 'lib/translation_service/configuration.rb', line 3 def master_revision @master_revision end |
#password ⇒ Object
Returns the value of attribute password.
6 7 8 |
# File 'lib/translation_service/configuration.rb', line 6 def password @password end |