Class: SettingsJs::Config
- Inherits:
-
Object
- Object
- SettingsJs::Config
- Includes:
- Singleton
- Defined in:
- lib/settings_js/config.rb
Instance Attribute Summary collapse
-
#backend ⇒ Object
Returns the value of attribute backend.
-
#keys ⇒ Object
Returns the value of attribute keys.
-
#klass ⇒ Object
Returns the value of attribute klass.
Instance Attribute Details
#backend ⇒ Object
Returns the value of attribute backend.
7 8 9 |
# File 'lib/settings_js/config.rb', line 7 def backend @backend end |
#keys ⇒ Object
Returns the value of attribute keys.
7 8 9 |
# File 'lib/settings_js/config.rb', line 7 def keys @keys end |
#klass ⇒ Object
Returns the value of attribute klass.
7 8 9 |
# File 'lib/settings_js/config.rb', line 7 def klass @klass end |