Class: Opencdd::Database::Dictionary
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::Database::Dictionary
- Defined in:
- lib/opencdd/database.rb
Instance Attribute Summary collapse
-
#meta_class_irdis ⇒ Object
Returns the value of attribute meta_class_irdis.
-
#parcel_id ⇒ Object
Returns the value of attribute parcel_id.
-
#source_language ⇒ Object
Returns the value of attribute source_language.
-
#translation_languages ⇒ Object
Returns the value of attribute translation_languages.
Instance Attribute Details
#meta_class_irdis ⇒ Object
Returns the value of attribute meta_class_irdis
5 6 7 |
# File 'lib/opencdd/database.rb', line 5 def @meta_class_irdis end |
#parcel_id ⇒ Object
Returns the value of attribute parcel_id
5 6 7 |
# File 'lib/opencdd/database.rb', line 5 def parcel_id @parcel_id end |
#source_language ⇒ Object
Returns the value of attribute source_language
5 6 7 |
# File 'lib/opencdd/database.rb', line 5 def source_language @source_language end |
#translation_languages ⇒ Object
Returns the value of attribute translation_languages
5 6 7 |
# File 'lib/opencdd/database.rb', line 5 def translation_languages @translation_languages end |