Class: Opencdd::Parcel::CsvWriter::BuiltSheet
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Parcel::CsvWriter::BuiltSheet
- Defined in:
- lib/opencdd/parcel/csv_writer.rb
Instance Attribute Summary collapse
-
#entities ⇒ Object
Returns the value of attribute entities.
-
#sheet ⇒ Object
Returns the value of attribute sheet.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#entities ⇒ Object
Returns the value of attribute entities
35 36 37 |
# File 'lib/opencdd/parcel/csv_writer.rb', line 35 def entities @entities end |
#sheet ⇒ Object
Returns the value of attribute sheet
35 36 37 |
# File 'lib/opencdd/parcel/csv_writer.rb', line 35 def sheet @sheet end |
#type ⇒ Object
Returns the value of attribute type
35 36 37 |
# File 'lib/opencdd/parcel/csv_writer.rb', line 35 def type @type end |