Class: UU::OS::Property::PropertyAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Property::PropertyAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/property/property_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the property.
-
- (Object) collection_uri
Normalized UESURI of the parent collection.
-
- (Object) creation_time
Creation time of the property.
-
- (Object) description
Description of the property.
-
- (Object) entity_type_uri
UESURI of the entity type of the property.
-
- (Object) modification_time
Modification time of the property.
-
- (Object) name
Name of the property.
-
- (Object) template_uri
Normalized UESURI of the property template.
-
- (Object) type
Type of property.
-
- (Object) uri
Normalized UESURI of the property.
-
- (Object) value
Value of property (if property type is binary data, then value is nil).
-
- (Object) version
Version of the property.
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.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 17 def code @code end |
- (Object) collection_uri
Normalized UESURI of the parent collection. If the property is in the root collection, nil is returned.
29 30 31 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 29 def collection_uri @collection_uri end |
- (Object) creation_time
Creation time of the property.
38 39 40 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 38 def creation_time @creation_time end |
- (Object) description
Description of the property.
20 21 22 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 20 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the property
32 33 34 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 32 def entity_type_uri @entity_type_uri end |
- (Object) modification_time
Modification time of the property.
41 42 43 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 41 def modification_time @modification_time end |
- (Object) name
Name of the property.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 14 def name @name end |
- (Object) template_uri
Normalized UESURI of the property template.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 23 def template_uri @template_uri end |
- (Object) type
Type of property.
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 26 def type @type end |
- (Object) uri
Normalized UESURI of the property.
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 11 def uri @uri end |
- (Object) value
Value of property (if property type is binary data, then value is nil).
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 35 def value @value end |
- (Object) version
Version of the property.
44 45 46 |
# File 'uu_os-0.29.16/lib/uu/os/property/property_attributes.rb', line 44 def version @version end |