Class: Zusaar::User

Inherits:
Identity show all
Defined in:
lib/zusaar/user.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Identity

#==

Methods inherited from Base

attr_reader, #initialize

Constructor Details

This class inherits a constructor from Zusaar::Base

Instance Attribute Details

#nicknameObject (readonly)

Returns the value of attribute nickname.



3
4
5
# File 'lib/zusaar/user.rb', line 3

def nickname
  @nickname
end

#profile_urlObject (readonly)

Returns the value of attribute profile_url.



3
4
5
# File 'lib/zusaar/user.rb', line 3

def profile_url
  @profile_url
end

#statusObject (readonly)

Returns the value of attribute status.



3
4
5
# File 'lib/zusaar/user.rb', line 3

def status
  @status
end

#user_idObject (readonly) Also known as: id

Returns the value of attribute user_id.



3
4
5
# File 'lib/zusaar/user.rb', line 3

def user_id
  @user_id
end