Class: Packet::User

Inherits:
Object
  • Object
show all
Includes:
Entity
Defined in:
lib/packet/user.rb

Instance Attribute Summary collapse

Instance Attribute Details

#avatar_urlObject

Returns the value of attribute avatar_url.



9
10
11
# File 'lib/packet/user.rb', line 9

def avatar_url
  @avatar_url
end

#emailObject

attr_accessor :full_name



8
9
10
# File 'lib/packet/user.rb', line 8

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



5
6
7
# File 'lib/packet/user.rb', line 5

def first_name
  @first_name
end

#last_nameObject

Returns the value of attribute last_name.



6
7
8
# File 'lib/packet/user.rb', line 6

def last_name
  @last_name
end

#timezoneObject

Returns the value of attribute timezone.



10
11
12
# File 'lib/packet/user.rb', line 10

def timezone
  @timezone
end