Class: Packet::User
Instance Attribute Summary collapse
-
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
-
#email ⇒ Object
attr_accessor :full_name.
-
#first_name ⇒ Object
Returns the value of attribute first_name.
-
#last_name ⇒ Object
Returns the value of attribute last_name.
-
#timezone ⇒ Object
Returns the value of attribute timezone.
Instance Attribute Details
#avatar_url ⇒ Object
Returns the value of attribute avatar_url.
9 10 11 |
# File 'lib/packet/user.rb', line 9 def avatar_url @avatar_url end |
#email ⇒ Object
attr_accessor :full_name
8 9 10 |
# File 'lib/packet/user.rb', line 8 def email @email end |
#first_name ⇒ Object
Returns the value of attribute first_name.
5 6 7 |
# File 'lib/packet/user.rb', line 5 def first_name @first_name end |
#last_name ⇒ Object
Returns the value of attribute last_name.
6 7 8 |
# File 'lib/packet/user.rb', line 6 def last_name @last_name end |
#timezone ⇒ Object
Returns the value of attribute timezone.
10 11 12 |
# File 'lib/packet/user.rb', line 10 def timezone @timezone end |