Class: HashMath::Table::Row

Inherits:
Struct
  • Object
show all
Defined in:
lib/hash_math/table.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



22
23
24
# File 'lib/hash_math/table.rb', line 22

def fields
  @fields
end

#row_idObject

Returns the value of attribute row_id

Returns:

  • (Object)

    the current value of row_id



22
23
24
# File 'lib/hash_math/table.rb', line 22

def row_id
  @row_id
end