Class: UU::OS::Friend::FriendCreate

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/friend/friend_create.rb

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

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



24
25
26
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 24

def code
  @code
end

- (Object) description



27
28
29
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 27

def description
  @description
end

- (Object) first_name



18
19
20
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 18

def first_name
  @first_name
end

- (Object) icon_uri



33
34
35
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 33

def icon_uri
  @icon_uri
end

- (Object) message



36
37
38
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 36

def message
  @message
end

- (Object) meta_artifact_uri



12
13
14
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 12

def meta_artifact_uri
  @meta_artifact_uri
end

- (Object) security_level



30
31
32
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 30

def security_level
  @security_level
end

- (Object) surname



21
22
23
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 21

def surname
  @surname
end

- (Object) universe_id



15
16
17
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 15

def universe_id
  @universe_id
end

Instance Method Details

- (Object) middle_name



68
69
70
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 68

def middle_name
  attributes[:middleName]
end

- (Object) middle_name=(val)



72
73
74
# File 'uu_os-0.29.16/lib/uu/os/friend/friend_create.rb', line 72

def middle_name=(val)
  attributes[:middleName] = val
end