Class: UU::OS::PropertyTemplate::PropertyTemplateEntryAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PropertyTemplate::PropertyTemplateEntryAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the entry (property template or property template collection).
-
- (Object) description
Description of the entry (property template or property template collection).
-
- (Object) entity_type_uri
UESURI of the entity type of the entry.
-
- (Object) name
Name of the entry (property template or property template collection).
-
- (Object) uri
Normalized UESURI of the entry (property template or property template collection).
-
- (Object) value
Value for the entry that is property template.
-
- (Object) value_type
Type of the value of the entry (Date, Image, Text, etc.).
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) code
Code of the entry (property template or property template collection).
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 17 def code @code end |
- (Object) description
Description of the entry (property template or property template collection).
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 20 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the entry.
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 29 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the entry (property template or property template collection).
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 14 def name @name end |
- (Object) uri
Normalized UESURI of the entry (property template or property template collection).
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 11 def uri @uri end |
- (Object) value
Value for the entry that is property template. If the entry is property template collection, the value is nil.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 26 def value @value end |
- (Object) value_type
Type of the value of the entry (Date, Image, Text, etc.).
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_entry_attributes.rb', line 23 def value_type @value_type end |