Class: FunCi::Tui::StageChangeDetector::Change

Inherits:
Data
  • Object
show all
Defined in:
lib/fun_ci/tui/stage_change_detector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fromObject (readonly)

Returns the value of attribute from

Returns:

  • (Object)

    the current value of from



6
7
8
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6

def from
  @from
end

#run_idObject (readonly)

Returns the value of attribute run_id

Returns:

  • (Object)

    the current value of run_id



6
7
8
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6

def run_id
  @run_id
end

#stageObject (readonly)

Returns the value of attribute stage

Returns:

  • (Object)

    the current value of stage



6
7
8
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6

def stage
  @stage
end

#toObject (readonly)

Returns the value of attribute to

Returns:

  • (Object)

    the current value of to



6
7
8
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6

def to
  @to
end