Class: SpreadsheetBuilder::ColumnAndValue
- Inherits:
-
Struct
- Object
- Struct
- SpreadsheetBuilder::ColumnAndValue
- Defined in:
- backend/app/model/spreadsheet_builder.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
762 763 764 |
# File 'backend/app/model/spreadsheet_builder.rb', line 762 def column @column end |
#value ⇒ Object
Returns the value of attribute value
762 763 764 |
# File 'backend/app/model/spreadsheet_builder.rb', line 762 def value @value end |