Class: RapidUi::Configuration

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

Overview

contains the configuration itself

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

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_fileObject

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_hashObject

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_ymlObject

Returns the value of attribute ui_yml.



7
8
9
# File 'lib/rapid_ui/configuration.rb', line 7

def ui_yml
  @ui_yml
end