Class: UU::OS::BasicGroup::BasicGroupCreate
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::BasicGroup::BasicGroupCreate
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/basic_group/basic_group_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
- (Object) basic_group_type
14
15
16
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 14
def basic_group_type
@basic_group_type
end
|
- (Object) code
20
21
22
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 20
def code
@code
end
|
- (Object) component_content
Returns the value of attribute component_content
37
38
39
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 37
def component_content
@component_content
end
|
- (Object) description
23
24
25
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 23
def description
@description
end
|
- (Object) dry_run
35
36
37
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 35
def dry_run
@dry_run
end
|
- (Object) icon_uri
32
33
34
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 32
def icon_uri
@icon_uri
end
|
- (Object) name
17
18
19
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 17
def name
@name
end
|
- (Object) searchable_in_territory
29
30
31
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 29
def searchable_in_territory
@searchable_in_territory
end
|
- (Object) security_level
26
27
28
|
# File 'uu_os-0.29.16/lib/uu/os/basic_group/basic_group_create.rb', line 26
def security_level
@security_level
end
|