Class: Dicer::Config
- Inherits:
-
Object
- Object
- Dicer::Config
- Defined in:
- lib/dicer/config.rb
Instance Attribute Summary collapse
-
#auto_supply ⇒ Object
Returns the value of attribute auto_supply.
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
7 8 9 |
# File 'lib/dicer/config.rb', line 7 def initialize @auto_supply = true end |
Instance Attribute Details
#auto_supply ⇒ Object
Returns the value of attribute auto_supply.
5 6 7 |
# File 'lib/dicer/config.rb', line 5 def auto_supply @auto_supply end |