Class: RapidUi::Configuration
- Inherits:
-
Object
- Object
- RapidUi::Configuration
- Defined in:
- lib/rapid_ui/configuration.rb
Overview
contains the configuration itself
Instance Attribute Summary collapse
-
#ui_file ⇒ Object
Returns the value of attribute ui_file.
-
#ui_hash ⇒ Object
Returns the value of attribute ui_hash.
-
#ui_yml ⇒ Object
Returns the value of attribute ui_yml.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
9 10 11 12 13 14 |
# File 'lib/rapid_ui/configuration.rb', line 9 def initialize @ui_file = nil @ui_hash = nil @ui_yml = nil end |
Instance Attribute Details
#ui_file ⇒ Object
Returns the value of attribute ui_file.
7 8 9 |
# File 'lib/rapid_ui/configuration.rb', line 7 def ui_file @ui_file end |
#ui_hash ⇒ Object
Returns the value of attribute ui_hash.
7 8 9 |
# File 'lib/rapid_ui/configuration.rb', line 7 def ui_hash @ui_hash end |
#ui_yml ⇒ Object
Returns the value of attribute ui_yml.
7 8 9 |
# File 'lib/rapid_ui/configuration.rb', line 7 def ui_yml @ui_yml end |