Class: FlitViewComponents::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/flit_view_components.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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

#themeObject

Returns the value of attribute theme.



13
14
15
# File 'lib/flit_view_components.rb', line 13

def theme
  @theme
end