Class: FlockOs::Model::User

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from FlockOs::Model::Base

Instance Attribute Details

#emailObject

Returns the value of attribute email.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def email
  @email
end

#first_nameObject

Returns the value of attribute first_name.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def id
  @id
end

#last_nameObject

Returns the value of attribute last_name.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def last_name
  @last_name
end

#profile_imageObject

Returns the value of attribute profile_image.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def profile_image
  @profile_image
end

#roleObject

Returns the value of attribute role.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def role
  @role
end

#team_idObject

Returns the value of attribute team_id.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def team_id
  @team_id
end

#timezoneObject

Returns the value of attribute timezone.



4
5
6
# File 'lib/flock_os/model/user.rb', line 4

def timezone
  @timezone
end