Class: Pcrd::Cutover::Sequences::SequenceResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#column_nameObject (readonly)

Returns the value of attribute column_name

Returns:

  • (Object)

    the current value of column_name



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def column_name
  @column_name
end

#safety_bufferObject (readonly)

Returns the value of attribute safety_buffer

Returns:

  • (Object)

    the current value of safety_buffer



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def safety_buffer
  @safety_buffer
end

#source_last_valueObject (readonly)

Returns the value of attribute source_last_value

Returns:

  • (Object)

    the current value of source_last_value



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def source_last_value
  @source_last_value
end

#source_max_idObject (readonly)

Returns the value of attribute source_max_id

Returns:

  • (Object)

    the current value of source_max_id



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def source_max_id
  @source_max_id
end

#source_seq_nameObject (readonly)

Returns the value of attribute source_seq_name

Returns:

  • (Object)

    the current value of source_seq_name



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def source_seq_name
  @source_seq_name
end

#table_nameObject (readonly)

Returns the value of attribute table_name

Returns:

  • (Object)

    the current value of table_name



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def table_name
  @table_name
end

#target_seq_nameObject (readonly)

Returns the value of attribute target_seq_name

Returns:

  • (Object)

    the current value of target_seq_name



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def target_seq_name
  @target_seq_name
end

#target_valueObject (readonly)

Returns the value of attribute target_value

Returns:

  • (Object)

    the current value of target_value



20
21
22
# File 'lib/pcrd/cutover/sequences.rb', line 20

def target_value
  @target_value
end