Class: UU::OS::AppMetaModel::AppMetaModelCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::AppMetaModel::AppMetaModelCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb
Instance Attribute Summary (collapse)
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) app_box_uri
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 18
def app_box_uri
@app_box_uri
end
|
- (Object) code
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 15
def code
@code
end
|
- (Object) competent_role_uri
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 27
def competent_role_uri
@competent_role_uri
end
|
- (Object) component_content
36
37
38
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 36
def component_content
@component_content
end
|
- (Object) description
24
25
26
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 24
def description
@description
end
|
- (Object) icon_uri
33
34
35
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 33
def icon_uri
@icon_uri
end
|
12
13
14
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 12
def meta_artifact_uri
@meta_artifact_uri
end
|
- (Object) name
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 21
def name
@name
end
|
- (Object) security_level
30
31
32
|
# File 'uu_os-0.29.16/lib/uu/os/app_meta_model/app_meta_model_create.rb', line 30
def security_level
@security_level
end
|