Class: UU::OS::Company::CompanyAttributes Deprecated
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Company::CompanyAttributes
- Defined in:
- uu_os-0.29.16/lib/uu/os/company/company_attributes.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) artifact_type
deprecated
Deprecated.
Always returns nil.
-
- (Object) code
Code of the company.
- - (Object) company_uri deprecated Deprecated.
-
- (Object) competent_role_uri
URI of the competent role.
-
- (Object) creation_stamp
Creation stamp of the company.
-
- (Object) creation_time
Creation time of the company.
-
- (Object) description
Description of the company.
-
- (Object) entity_type_uri
UESURI of the entity type of the company (see czcz.uescz.ues.corecz.ues.core.sysccz.ues.core.sysc.entitytypecz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info).
-
- (Object) icon_uri
URI of the company's icon.
-
- (Object) location_uri
URI of the company's container.
-
- (Object) meta_artifact_uri
URI of the meta artifact.
-
- (Object) modification_stamp
Modification stamp of the company.
-
- (Object) modification_time
Modification time of the company.
-
- (Object) name
Name of the company.
-
- (Object) organizational_unit_uri
URI of the parent organizational unit.
-
- (Object) security_level
Security level of the company.
-
- (Object) uri
Normalized UESURI of the company.
-
- (Object) version
Version of the company.
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
Always returns nil.
69 70 71 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 69 def artifact_type @artifact_type end |
- (Object) code
Code of the company. Never null.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 19 def code @code end |
- (Object) company_uri
35 36 37 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 35 def company_uri @company_uri end |
- (Object) competent_role_uri
URI of the competent role. Never null.
45 46 47 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 45 def competent_role_uri @competent_role_uri end |
- (Object) creation_stamp
Creation stamp of the company.
51 52 53 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 51 def creation_stamp @creation_stamp end |
- (Object) creation_time
Creation time of the company.
54 55 56 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 54 def creation_time @creation_time end |
- (Object) description
Description of the company. Never null.
22 23 24 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 22 def description @description end |
- (Object) entity_type_uri
UESURI of the entity type of the company (see UU::OS::Company::CompanyAttributes.czcz.uescz.ues.corecz.ues.core.sysccz.ues.core.sysc.entitytypecz.ues.core.sysc.entitytype.UESCoreEntityTypes for more info). Never null.
39 40 41 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 39 def entity_type_uri @entity_type_uri end |
- (Object) icon_uri
URI of the company's icon. When null is set, the company uses icon from meta artifact.
66 67 68 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 66 def icon_uri @icon_uri end |
- (Object) location_uri
URI of the company's container. Returns null if the company is the root of a territory (therefore there is no superior folder, organizational unit etc.).
26 27 28 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 26 def location_uri @location_uri end |
- (Object) meta_artifact_uri
URI of the meta artifact. Never null.
42 43 44 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 42 def @meta_artifact_uri end |
- (Object) modification_stamp
Modification stamp of the company.
57 58 59 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 57 def modification_stamp @modification_stamp end |
- (Object) modification_time
Modification time of the company.
60 61 62 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 60 def modification_time @modification_time end |
- (Object) name
Name of the company. Never null.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 16 def name @name end |
- (Object) organizational_unit_uri
URI of the parent organizational unit. Returns null if the container is the root of a territory (therefore there is no superior container).
30 31 32 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 30 def organizational_unit_uri @organizational_unit_uri end |
- (Object) security_level
Security level of the company. Never null.
48 49 50 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 48 def security_level @security_level end |
- (Object) uri
Normalized UESURI of the company. Never null.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 13 def uri @uri end |
- (Object) version
Version of the company.
63 64 65 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 63 def version @version end |
Instance Method Details
- (Object) revision
Use #version instead.
231 232 233 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 231 def revision attributes[:version] end |
- (Object) revision=(val)
Use #version instead.
236 237 238 |
# File 'uu_os-0.29.16/lib/uu/os/company/company_attributes.rb', line 236 def revision=(val) attributes[:version] = val end |