Class: Udongo::Configs::I18n
- Inherits:
-
Object
- Object
- Udongo::Configs::I18n
- Defined in:
- lib/udongo/configs/i18n.rb
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
-
#cms ⇒ Object
readonly
Returns the value of attribute cms.
Instance Method Summary collapse
-
#initialize ⇒ I18n
constructor
A new instance of I18n.
Constructor Details
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
4 5 6 |
# File 'lib/udongo/configs/i18n.rb', line 4 def app @app end |
#cms ⇒ Object (readonly)
Returns the value of attribute cms.
4 5 6 |
# File 'lib/udongo/configs/i18n.rb', line 4 def cms @cms end |