Class: Vuexy::Configuration
- Inherits:
-
Struct
- Object
- Struct
- Vuexy::Configuration
- Defined in:
- lib/vuexy/config.rb
Instance Attribute Summary collapse
-
#app_name ⇒ Object
Returns the value of attribute app_name.
-
#dark_mode ⇒ Object
Returns the value of attribute dark_mode.
Instance Method Summary collapse
Instance Attribute Details
#app_name ⇒ Object
Returns the value of attribute app_name
4 5 6 |
# File 'lib/vuexy/config.rb', line 4 def app_name @app_name end |
#dark_mode ⇒ Object
Returns the value of attribute dark_mode
4 5 6 |
# File 'lib/vuexy/config.rb', line 4 def dark_mode @dark_mode end |
Instance Method Details
#dark_mode? ⇒ Boolean
5 6 7 |
# File 'lib/vuexy/config.rb', line 5 def dark_mode? dark_mode end |