Class: UU::OS::RoleInterface::RoleInterfaceGetMetaArtifactListItem
- Inherits:
-
UU::OS::REST::DTO
- Object
- UU::OS::REST::DTO
- UU::OS::RoleInterface::RoleInterfaceGetMetaArtifactListItem
- Defined in:
- uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb
Instance Attribute Summary (collapse)
-
- (Object) code
Code of the meta artifact.
-
- (Object) entity_type_uri
UESURI of the entity type of the meta artifact.
-
- (Object) name
Name of the meta artifact.
-
- (Object) uri
Normalized UESURI of the meta artifact.
- - (Object) valid_relation deprecated Deprecated.
Method Summary
Methods inherited from UU::OS::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 meta artifact. Never nil.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb', line 17 def code @code end |
- (Object) entity_type_uri
UESURI of the entity type of the meta artifact. Never nil.
25 26 27 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb', line 25 def entity_type_uri @entity_type_uri end |
- (Object) name
Name of the meta artifact. Never nil.
14 15 16 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb', line 14 def name @name end |
- (Object) uri
Normalized UESURI of the meta artifact. Never nil.
11 12 13 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb', line 11 def uri @uri end |
- (Object) valid_relation
Deprecated.
This attribute indicates whether the user can create artifacts from a given meta artifact. The attribute will be supported for a limited time.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/role_interface/role_interface_get_meta_artifact_list_item.rb', line 22 def valid_relation @valid_relation end |