Class: Cyc::Configurable

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

Direct Known Subclasses

CycFunctions, History

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfigurable

Returns a new instance of Configurable.



13
14
15
# File 'lib/cyc/console.rb', line 13

def initialize
  load_configuration
end

Instance Attribute Details

#configurationObject (readonly)

Returns the value of attribute configuration.



10
11
12
# File 'lib/cyc/console.rb', line 10

def configuration
  @configuration
end

#verbose=(value) ⇒ Object (writeonly)

Sets the attribute verbose

Parameters:

  • value

    the value to set the attribute verbose to.



11
12
13
# File 'lib/cyc/console.rb', line 11

def verbose=(value)
  @verbose = value
end