Class: FlitViewComponents::Configuration
- Inherits:
-
Object
- Object
- FlitViewComponents::Configuration
- Defined in:
- lib/flit_view_components.rb
Instance Attribute Summary collapse
-
#theme ⇒ Object
Returns the value of attribute theme.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 |
# File 'lib/flit_view_components.rb', line 15 def initialize @theme = "Flit::DefaultTheme" end |
Instance Attribute Details
#theme ⇒ Object
Returns the value of attribute theme.
13 14 15 |
# File 'lib/flit_view_components.rb', line 13 def theme @theme end |