Class: TableSaw::Queries::SerialSequences::SerialSequence

Inherits:
Struct
  • Object
show all
Defined in:
lib/table_saw/queries/serial_sequences.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



18
19
20
# File 'lib/table_saw/queries/serial_sequences.rb', line 18

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/table_saw/queries/serial_sequences.rb', line 18

def name
  @name
end

#tableObject

Returns the value of attribute table

Returns:

  • (Object)

    the current value of table



18
19
20
# File 'lib/table_saw/queries/serial_sequences.rb', line 18

def table
  @table
end