Class: UU::OS::PersonalRole::ProfileSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::PersonalRole::ProfileSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.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) bookmarks_location_uri
33
34
35
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 33
def bookmarks_location_uri
@bookmarks_location_uri
end
|
- (Object) bookmarks_to_navigator
48
49
50
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 48
def bookmarks_to_navigator
@bookmarks_to_navigator
end
|
- (Object) experimental_features_enabled
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 21
def experimental_features_enabled
@experimental_features_enabled
end
|
- (Object) global_login_enabled
36
37
38
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 36
def global_login_enabled
@global_login_enabled
end
|
- (Object) language
12
13
14
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 12
def language
@language
end
|
- (Object) notifications_email
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 15
def notifications_email
@notifications_email
end
|
- (Object) notifications_rule
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 18
def notifications_rule
@notifications_rule
end
|
- (Object) portlets
39
40
41
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 39
def portlets
@portlets
end
|
- (Object) portlets_mobile_mode
45
46
47
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 45
def portlets_mobile_mode
@portlets_mobile_mode
end
|
- (Object) portlets_mode
42
43
44
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 42
def portlets_mode
@portlets_mode
end
|
- (Object) preferred_role_uri
54
55
56
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 54
def preferred_role_uri
@preferred_role_uri
end
|
- (Object) preferred_territory_uri
51
52
53
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 51
def preferred_territory_uri
@preferred_territory_uri
end
|
- (Object) responsive_content_enabled
30
31
32
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 30
def responsive_content_enabled
@responsive_content_enabled
end
|
- (Object) responsive_layout_enabled
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/personal_role/profile_set_attributes.rb', line 27
def responsive_layout_enabled
@responsive_layout_enabled
end
|