Class: SpreadsheetBuilder::ColumnAndValue

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/model/spreadsheet_builder.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



762
763
764
# File 'backend/app/model/spreadsheet_builder.rb', line 762

def column
  @column
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



762
763
764
# File 'backend/app/model/spreadsheet_builder.rb', line 762

def value
  @value
end