Class: DataMiner::Step

Inherits:
Object
  • Object
show all
Defined in:
lib/data_miner/step.rb,
lib/data_miner/step/sql.rb,
lib/data_miner/step/test.rb,
lib/data_miner/step/import.rb,
lib/data_miner/step/process.rb

Direct Known Subclasses

Import, Process, Sql, Test

Defined Under Namespace

Classes: Import, Process, Sql, Test

Instance Method Summary collapse

Instance Method Details

#notify(*args) ⇒ Object



24
25
26
# File 'lib/data_miner/step.rb', line 24

def notify(*args)
  # noop
end

#posObject



16
17
18
# File 'lib/data_miner/step.rb', line 16

def pos
  script.steps.index self
end

#register(step) ⇒ Object



20
21
22
# File 'lib/data_miner/step.rb', line 20

def register(step)
  # noop
end

#target?(*args) ⇒ Boolean

Returns:

  • (Boolean)


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

def target?(*args)
  false
end