Class: HexWrench::Explorer

Inherits:
Object
  • Object
show all
Defined in:
lib/hexwrench/core/explorer.rb

Direct Known Subclasses

Weka::Explorer

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(model) ⇒ Explorer

Returns a new instance of Explorer.



5
6
7
# File 'lib/hexwrench/core/explorer.rb', line 5

def initialize(model)
  @model = model
end

Instance Attribute Details

#modelObject (readonly)

Returns the value of attribute model.



4
5
6
# File 'lib/hexwrench/core/explorer.rb', line 4

def model
  @model
end