Class: HashMath::Table::Row
- Inherits:
-
Struct
- Object
- Struct
- HashMath::Table::Row
- Defined in:
- lib/hash_math/table.rb
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
-
#row_id ⇒ Object
Returns the value of attribute row_id.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields
22 23 24 |
# File 'lib/hash_math/table.rb', line 22 def fields @fields end |
#row_id ⇒ Object
Returns the value of attribute row_id
22 23 24 |
# File 'lib/hash_math/table.rb', line 22 def row_id @row_id end |