Class: Opencdd::PropertyIds::Entry
- Inherits:
-
Struct
- Object
- Struct
- Opencdd::PropertyIds::Entry
- Defined in:
- lib/opencdd/property_ids.rb
Instance Attribute Summary collapse
-
#aliases ⇒ Object
Returns the value of attribute aliases.
-
#applies_to ⇒ Object
Returns the value of attribute applies_to.
-
#id ⇒ Object
Returns the value of attribute id.
-
#multilingual ⇒ Object
Returns the value of attribute multilingual.
-
#value_kind ⇒ Object
Returns the value of attribute value_kind.
Instance Attribute Details
#aliases ⇒ Object
Returns the value of attribute aliases
5 6 7 |
# File 'lib/opencdd/property_ids.rb', line 5 def aliases @aliases end |
#applies_to ⇒ Object
Returns the value of attribute applies_to
5 6 7 |
# File 'lib/opencdd/property_ids.rb', line 5 def applies_to @applies_to end |
#id ⇒ Object
Returns the value of attribute id
5 6 7 |
# File 'lib/opencdd/property_ids.rb', line 5 def id @id end |
#multilingual ⇒ Object
Returns the value of attribute multilingual
5 6 7 |
# File 'lib/opencdd/property_ids.rb', line 5 def multilingual @multilingual end |
#value_kind ⇒ Object
Returns the value of attribute value_kind
5 6 7 |
# File 'lib/opencdd/property_ids.rb', line 5 def value_kind @value_kind end |