Class: Pcrd::Cutover::Orchestrator::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/pcrd/cutover/orchestrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#lag_at_cutoverObject (readonly)

Returns the value of attribute lag_at_cutover

Returns:

  • (Object)

    the current value of lag_at_cutover



18
19
20
# File 'lib/pcrd/cutover/orchestrator.rb', line 18

def lag_at_cutover
  @lag_at_cutover
end

#passedObject (readonly)

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



18
19
20
# File 'lib/pcrd/cutover/orchestrator.rb', line 18

def passed
  @passed
end

#row_countsObject (readonly)

Returns the value of attribute row_counts

Returns:

  • (Object)

    the current value of row_counts



18
19
20
# File 'lib/pcrd/cutover/orchestrator.rb', line 18

def row_counts
  @row_counts
end

#sequence_resultsObject (readonly)

Returns the value of attribute sequence_results

Returns:

  • (Object)

    the current value of sequence_results



18
19
20
# File 'lib/pcrd/cutover/orchestrator.rb', line 18

def sequence_results
  @sequence_results
end

#warningsObject (readonly)

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



18
19
20
# File 'lib/pcrd/cutover/orchestrator.rb', line 18

def warnings
  @warnings
end