Class: Pcrd::Cutover::Sequences::SequenceResult
- Inherits:
-
Data
- Object
- Data
- Pcrd::Cutover::Sequences::SequenceResult
- Defined in:
- lib/pcrd/cutover/sequences.rb
Instance Attribute Summary collapse
-
#column_name ⇒ Object
readonly
Returns the value of attribute column_name.
-
#safety_buffer ⇒ Object
readonly
Returns the value of attribute safety_buffer.
-
#source_last_value ⇒ Object
readonly
Returns the value of attribute source_last_value.
-
#source_max_id ⇒ Object
readonly
Returns the value of attribute source_max_id.
-
#source_seq_name ⇒ Object
readonly
Returns the value of attribute source_seq_name.
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
-
#target_seq_name ⇒ Object
readonly
Returns the value of attribute target_seq_name.
-
#target_value ⇒ Object
readonly
Returns the value of attribute target_value.
Instance Attribute Details
#column_name ⇒ Object (readonly)
Returns the value of attribute column_name
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def column_name @column_name end |
#safety_buffer ⇒ Object (readonly)
Returns the value of attribute safety_buffer
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def safety_buffer @safety_buffer end |
#source_last_value ⇒ Object (readonly)
Returns the value of attribute source_last_value
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def source_last_value @source_last_value end |
#source_max_id ⇒ Object (readonly)
Returns the value of attribute source_max_id
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def source_max_id @source_max_id end |
#source_seq_name ⇒ Object (readonly)
Returns the value of attribute source_seq_name
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def source_seq_name @source_seq_name end |
#table_name ⇒ Object (readonly)
Returns the value of attribute table_name
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def table_name @table_name end |
#target_seq_name ⇒ Object (readonly)
Returns the value of attribute target_seq_name
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def target_seq_name @target_seq_name end |
#target_value ⇒ Object (readonly)
Returns the value of attribute target_value
20 21 22 |
# File 'lib/pcrd/cutover/sequences.rb', line 20 def target_value @target_value end |