Class: FunCi::Tui::StageChangeDetector::Change
- Inherits:
-
Data
- Object
- Data
- FunCi::Tui::StageChangeDetector::Change
- Defined in:
- lib/fun_ci/tui/stage_change_detector.rb
Instance Attribute Summary collapse
-
#from ⇒ Object
readonly
Returns the value of attribute from.
-
#run_id ⇒ Object
readonly
Returns the value of attribute run_id.
-
#stage ⇒ Object
readonly
Returns the value of attribute stage.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ Object (readonly)
Returns the value of attribute from
6 7 8 |
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6 def from @from end |
#run_id ⇒ Object (readonly)
Returns the value of attribute run_id
6 7 8 |
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6 def run_id @run_id end |
#stage ⇒ Object (readonly)
Returns the value of attribute stage
6 7 8 |
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6 def stage @stage end |
#to ⇒ Object (readonly)
Returns the value of attribute to
6 7 8 |
# File 'lib/fun_ci/tui/stage_change_detector.rb', line 6 def to @to end |