Class: Opencdd::Parcel::Workbook::ProjectInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#base_languageObject

Returns the value of attribute base_language

Returns:

  • (Object)

    the current value of base_language



10
11
12
# File 'lib/opencdd/parcel/workbook.rb', line 10

def base_language
  @base_language
end

#multi_languageObject

Returns the value of attribute multi_language

Returns:

  • (Object)

    the current value of multi_language



10
11
12
# File 'lib/opencdd/parcel/workbook.rb', line 10

def multi_language
  @multi_language
end

#parcel_idObject

Returns the value of attribute parcel_id

Returns:

  • (Object)

    the current value of parcel_id



10
11
12
# File 'lib/opencdd/parcel/workbook.rb', line 10

def parcel_id
  @parcel_id
end

#project_idObject

Returns the value of attribute project_id

Returns:

  • (Object)

    the current value of project_id



10
11
12
# File 'lib/opencdd/parcel/workbook.rb', line 10

def project_id
  @project_id
end