Class: Flavordb::Configuration
- Inherits:
-
Object
- Object
- Flavordb::Configuration
- Defined in:
- lib/flavordb.rb
Instance Attribute Summary collapse
-
#verbose ⇒ Object
Returns the value of attribute verbose.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
28 29 30 |
# File 'lib/flavordb.rb', line 28 def initialize @verbose = true end |
Instance Attribute Details
#verbose ⇒ Object
Returns the value of attribute verbose.
26 27 28 |
# File 'lib/flavordb.rb', line 26 def verbose @verbose end |