Class: Opencdd::Parcel::Workbook::SheetMapEntry
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Parcel::Workbook::SheetMapEntry
- Defined in:
- lib/opencdd/parcel/workbook.rb
Instance Attribute Summary collapse
-
#class_irdi ⇒ Object
Returns the value of attribute class_irdi.
-
#content_no ⇒ Object
Returns the value of attribute content_no.
-
#parcel_id ⇒ Object
Returns the value of attribute parcel_id.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#sheet_name ⇒ Object
Returns the value of attribute sheet_name.
-
#sheet_no ⇒ Object
Returns the value of attribute sheet_no.
-
#target ⇒ Object
Returns the value of attribute target.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#class_irdi ⇒ Object
Returns the value of attribute class_irdi
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def class_irdi @class_irdi end |
#content_no ⇒ Object
Returns the value of attribute content_no
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def content_no @content_no end |
#parcel_id ⇒ Object
Returns the value of attribute parcel_id
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def parcel_id @parcel_id end |
#project_id ⇒ Object
Returns the value of attribute project_id
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def project_id @project_id end |
#sheet_name ⇒ Object
Returns the value of attribute sheet_name
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def sheet_name @sheet_name end |
#sheet_no ⇒ Object
Returns the value of attribute sheet_no
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def sheet_no @sheet_no end |
#target ⇒ Object
Returns the value of attribute target
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def target @target end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/opencdd/parcel/workbook.rb', line 8 def type @type end |