Class: UU::OS::Artifact::ArtifactAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Artifact::ArtifactAttributes
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
Type of the artifact.
-
- (Object) code
Code of the artifact.
-
- (Object) company_uri
URI of the company where artifact is located.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) creation_stamp
Creation stamp of the artifact.
-
- (Object) creation_time
Creation time of the artifact.
-
- (Object) description
Description of the artifact.
-
- (Object) entity_type_uri
UESURI of the entity type of the artifact.
-
- (Object) icon_uri
URI of the artifact's icon.
-
- (Object) layout
Layout of the artifact.
-
- (Object) location_uri
URI of the artifact container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the artifact.
-
- (Object) modification_time
Modification time of the artifact.
-
- (Object) name
Name of the artifact.
-
- (Object) organizational_unit_uri
URI of the organizational unit.
-
- (Object) security_level
Security level of the artifact.
-
- (Object) state_comment
Comment of the current activity state.
-
- (Object) state_name
Name of the artifact state.
-
- (Object) state_type
Type of the current artifact state.
-
- (Object) uri
URI of the artifact.
-
- (Object) version
Version of the artifact.
-
- (Object) width
Flag of width sheet.
Instance Method Summary (collapse)
-
- (Object) revision
deprecated
Deprecated.
Use #version instead.
-
- (Object) revision=(val)
deprecated
Deprecated.
Use #version= instead.
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) artifact_type
Type of the artifact.
10 11 12 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 10 def artifact_type @artifact_type end |
- (Object) code
Code of the artifact.
13 14 15 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 13 def code @code end |
- (Object) company_uri
URI of the company where artifact is located.
16 17 18 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 16 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role.
19 20 21 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 19 def competent_role_uri @competent_role_uri end |
- (Object) creation_stamp
Creation stamp of the artifact.
22 23 24 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 22 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the artifact.
25 26 27 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 25 def creation_time @creation_time end |
- (Object) description
Description of the artifact.
28 29 30 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 28 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the artifact. Never null.
76 77 78 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 76 def entity_type_uri @entity_type_uri end |
- (Object) icon_uri
URI of the artifact's icon.
31 32 33 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 31 def icon_uri @icon_uri end |
- (Object) layout
Layout of the artifact.
34 35 36 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 34 def layout @layout end |
- (Object) location_uri
URI of the artifact container.
37 38 39 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 37 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact.
40 41 42 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 40 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the artifact.
43 44 45 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 43 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the artifact.
46 47 48 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 46 def modification_time @modification_time end |
- (Object) name
Name of the artifact.
49 50 51 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 49 def name @name end |
- (Object) organizational_unit_uri
URI of the organizational unit.
52 53 54 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 52 def organizational_unit_uri @organizational_unit_uri end |
- (Object) security_level
Security level of the artifact.
58 59 60 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 58 def security_level @security_level end |
- (Object) state_comment
Comment of the current activity state.
61 62 63 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 61 def state_comment @state_comment end |
- (Object) state_name
Name of the artifact state.
64 65 66 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 64 def state_name @state_name end |
- (Object) state_type
Type of the current artifact state.
67 68 69 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 67 def state_type @state_type end |
- (Object) uri
URI of the artifact.
70 71 72 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 70 def uri @uri end |
- (Object) version
Version of the artifact.
55 56 57 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 55 def version @version end |
- (Object) width
Flag of width sheet.
73 74 75 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 73 def width @width end |
Instance Method Details
- (Object) revision
Use #version instead.
222 223 224 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 222 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version= instead.
227 228 229 |
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_attributes.rb', line 227 def revision=(val) attributes[:version] = val end |