Class: Pcrd::Cutover::Orchestrator::Result
- Inherits:
-
Data
- Object
- Data
- Pcrd::Cutover::Orchestrator::Result
- Defined in:
- lib/pcrd/cutover/orchestrator.rb
Instance Attribute Summary collapse
-
#lag_at_cutover ⇒ Object
readonly
Returns the value of attribute lag_at_cutover.
-
#passed ⇒ Object
readonly
Returns the value of attribute passed.
-
#row_counts ⇒ Object
readonly
Returns the value of attribute row_counts.
-
#sequence_results ⇒ Object
readonly
Returns the value of attribute sequence_results.
-
#warnings ⇒ Object
readonly
Returns the value of attribute warnings.
Instance Attribute Details
#lag_at_cutover ⇒ Object (readonly)
Returns the value of attribute lag_at_cutover
18 19 20 |
# File 'lib/pcrd/cutover/orchestrator.rb', line 18 def lag_at_cutover @lag_at_cutover end |
#passed ⇒ Object (readonly)
Returns the value of attribute passed
18 19 20 |
# File 'lib/pcrd/cutover/orchestrator.rb', line 18 def passed @passed end |
#row_counts ⇒ Object (readonly)
Returns the value of attribute row_counts
18 19 20 |
# File 'lib/pcrd/cutover/orchestrator.rb', line 18 def row_counts @row_counts end |
#sequence_results ⇒ Object (readonly)
Returns the value of attribute sequence_results
18 19 20 |
# File 'lib/pcrd/cutover/orchestrator.rb', line 18 def sequence_results @sequence_results end |
#warnings ⇒ Object (readonly)
Returns the value of attribute warnings
18 19 20 |
# File 'lib/pcrd/cutover/orchestrator.rb', line 18 def warnings @warnings end |