Class: UU::OS::Command::CommandCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Command::CommandCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/command/command_create.rb
Overview
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
- (TrueClass, FalseClass) asynchronous
47
48
49
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 47
def asynchronous
@asynchronous
end
|
- (String) code
19
20
21
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 19
def code
@code
end
|
39
40
41
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 39
def competent_role_uri
@competent_role_uri
end
|
- (String) controller_url_path
35
36
37
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 35
def controller_url_path
@controller_url_path
end
|
- (String) description
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 23
def description
@description
end
|
31
32
33
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 31
def icon_uri
@icon_uri
end
|
43
44
45
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 43
def meta_artifact_uri
@meta_artifact_uri
end
|
- (String) name
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 15
def name
@name
end
|
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/command/command_create.rb', line 27
def security_level
@security_level
end
|