Class: UU::OS::PropertyTemplate::PropertyTemplateCollectionAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PropertyTemplate::PropertyTemplateCollectionAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the property collection template.
-
- (Object) description
Description of the property collection template.
-
- (Object) entity_type_uri
UESURI of the entity type of the property template collection.
-
- (Object) name
Name of the property collection template.
-
- (Object) parent_node_uri
UESURI of the property collection template location (group).
-
- (Object) uri
UESURI of the property collection template.
-
- (Object) version
Version of the property collection template.
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 property collection template.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 16 def code @code end |
- (Object) description
Description of the property collection template.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 19 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the property template collection
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 28 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the property collection template.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 13 def name @name end |
- (Object) parent_node_uri
UESURI of the property collection template location (group). References an existing property template collection.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 22 def parent_node_uri @parent_node_uri end |
- (Object) uri
UESURI of the property collection template.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 10 def uri @uri end |
- (Object) version
Version of the property collection template.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_collection_attributes.rb', line 25 def version @version end |