Class: FlockOs::Model::PublicProfile

Inherits:
Base
  • Object
show all
Defined in:
lib/flock_os/model/public_profile.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

#first_nameObject

Returns the value of attribute first_name.



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

def first_name
  @first_name
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#is_guestObject

Returns the value of attribute is_guest.



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

def is_guest
  @is_guest
end

#last_nameObject

Returns the value of attribute last_name.



4
5
6
# File 'lib/flock_os/model/public_profile.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/public_profile.rb', line 4

def profile_image
  @profile_image
end