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
#initialize ⇒ I18n
6 7 8 9 |
# File 'lib/udongo/configs/i18n.rb', line 6 def initialize @app = Udongo::Configs::I18ns::App.new @cms = Udongo::Configs::I18ns::Cms.new end |
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 |