Class: UU::OS::Friend::FriendSetAttributes
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Friend::FriendSetAttributes
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/friend/friend_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) code
18
19
20
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 18
def code
@code
end
|
- (Object) description
21
22
23
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 21
def description
@description
end
|
- (Object) first_name
12
13
14
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 12
def first_name
@first_name
end
|
- (Object) icon_uri
27
28
29
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 27
def icon_uri
@icon_uri
end
|
- (Object) security_level
24
25
26
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 24
def security_level
@security_level
end
|
- (Object) surname
15
16
17
|
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_set_attributes.rb', line 15
def surname
@surname
end
|