Class: SpotFeel::Configuration
- Inherits:
-
Object
- Object
- SpotFeel::Configuration
- Defined in:
- lib/spot_feel/configuration.rb
Instance Attribute Summary collapse
-
#functions ⇒ Object
Returns the value of attribute functions.
-
#strict ⇒ Object
Returns the value of attribute strict.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
7 8 9 10 |
# File 'lib/spot_feel/configuration.rb', line 7 def initialize @functions = HashWithIndifferentAccess.new @strict = false end |
Instance Attribute Details
#functions ⇒ Object
Returns the value of attribute functions.
5 6 7 |
# File 'lib/spot_feel/configuration.rb', line 5 def functions @functions end |
#strict ⇒ Object
Returns the value of attribute strict.
5 6 7 |
# File 'lib/spot_feel/configuration.rb', line 5 def strict @strict end |