class DataMiner::Step
Attributes
script[R]
@private
Public Instance Methods
==(other)
click to toggle source
@private
# File lib/data_miner/step.rb, line 7 def ==(other) other.class == self.class and other.description == description end
model()
click to toggle source
@private
# File lib/data_miner/step.rb, line 12 def model script.model end
notify(*args)
click to toggle source
# File lib/data_miner/step.rb, line 24 def notify(*args) # noop end
pos()
click to toggle source
# File lib/data_miner/step.rb, line 16 def pos script.steps.index self end
register(step)
click to toggle source
# File lib/data_miner/step.rb, line 20 def register(step) # noop end
target?(*args)
click to toggle source
# File lib/data_miner/step.rb, line 28 def target?(*args) false end