Class: Flavordb::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



28
29
30
# File 'lib/flavordb.rb', line 28

def initialize
  @verbose = true
end

Instance Attribute Details

#verboseObject

Returns the value of attribute verbose.



26
27
28
# File 'lib/flavordb.rb', line 26

def verbose
  @verbose
end