Class: Opencdd::Parcel::Workbook::ProjectInfo
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Parcel::Workbook::ProjectInfo
- Defined in:
- lib/opencdd/parcel/workbook.rb
Instance Attribute Summary collapse
-
#base_language ⇒ Object
Returns the value of attribute base_language.
-
#multi_language ⇒ Object
Returns the value of attribute multi_language.
-
#parcel_id ⇒ Object
Returns the value of attribute parcel_id.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
Instance Attribute Details
#base_language ⇒ Object
Returns the value of attribute base_language
10 11 12 |
# File 'lib/opencdd/parcel/workbook.rb', line 10 def base_language @base_language end |
#multi_language ⇒ Object
Returns the value of attribute multi_language
10 11 12 |
# File 'lib/opencdd/parcel/workbook.rb', line 10 def multi_language @multi_language end |
#parcel_id ⇒ Object
Returns the value of attribute parcel_id
10 11 12 |
# File 'lib/opencdd/parcel/workbook.rb', line 10 def parcel_id @parcel_id end |
#project_id ⇒ Object
Returns the value of attribute project_id
10 11 12 |
# File 'lib/opencdd/parcel/workbook.rb', line 10 def project_id @project_id end |