Class: UU::OS::PropertyTemplate::PropertyTemplateAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PropertyTemplate::PropertyTemplateAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the property template.
-
- (Object) collection_template_uri
UESURI of the property collection template.
-
- (Object) creation_time
Creation time of the property template.
-
- (Object) description
Description of the property template.
-
- (Object) entity_type_uri
UESURI of the entity type of the property template.
-
- (Object) modification_time
Modification time of the property template.
-
- (Object) name
Name of the property template.
-
- (Object) type
Type of the property template.
-
- (Object) uri
UESURI of the property template.
-
- (Object) value
The value of the property template.
-
- (Object) value_restriction
Value restriction if present: string with UESURI of property group when enum, String pattern when regular expression, String query when meta-artifacts and organizational units.
-
- (Object) version
Version of the property 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 template.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 16 def code @code end |
- (Object) collection_template_uri
UESURI of the property collection template. If the property template is in the root collection template, UESURI of the meta-artifact is returned.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 25 def collection_template_uri @collection_template_uri end |
- (Object) creation_time
Creation time of the property template.
34 35 36 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 34 def creation_time @creation_time end |
- (Object) description
Description of the property template.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 19 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the property template.
31 32 33 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 31 def entity_type_uri @entity_type_uri end |
- (Object) modification_time
Modification time of the property template.
37 38 39 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 37 def modification_time @modification_time end |
- (Object) name
Name of the property template.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 13 def name @name end |
- (Object) type
Type of the property template.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 22 def type @type end |
- (Object) uri
UESURI of the property template.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 10 def uri @uri end |
- (Object) value
The value of the property template. If property template is of type BINARY or IMAGE - null is returned.
28 29 30 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 28 def value @value end |
- (Object) value_restriction
Value restriction if present: string with UESURI of property group when enum, String pattern when regular expression, String query when meta-artifacts and organizational units.
44 45 46 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 44 def value_restriction @value_restriction end |
- (Object) version
Version of the property template.
40 41 42 |
# File 'uu_os-0.29.16/lib/uu/os/property_template/property_template_attributes.rb', line 40 def version @version end |