Class: TimeMethod::Configuration
- Inherits:
-
Object
- Object
- TimeMethod::Configuration
- Defined in:
- lib/time_method/configuration.rb
Instance Attribute Summary collapse
-
#enable_time_method ⇒ Object
Returns the value of attribute enable_time_method.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
4 5 6 |
# File 'lib/time_method/configuration.rb', line 4 def initialize @enable_time_method = true end |
Instance Attribute Details
#enable_time_method ⇒ Object
Returns the value of attribute enable_time_method.
3 4 5 |
# File 'lib/time_method/configuration.rb', line 3 def enable_time_method @enable_time_method end |