Class: Opencdd::Parcel::CsvWriter::BuiltSheet

Inherits:
Struct
  • Object
show all
Defined in:
lib/opencdd/parcel/csv_writer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesObject

Returns the value of attribute entities

Returns:

  • (Object)

    the current value of entities



35
36
37
# File 'lib/opencdd/parcel/csv_writer.rb', line 35

def entities
  @entities
end

#sheetObject

Returns the value of attribute sheet

Returns:

  • (Object)

    the current value of sheet



35
36
37
# File 'lib/opencdd/parcel/csv_writer.rb', line 35

def sheet
  @sheet
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



35
36
37
# File 'lib/opencdd/parcel/csv_writer.rb', line 35

def type
  @type
end