Class: Zusaar::User
Instance Attribute Summary collapse
-
#nickname ⇒ Object
readonly
Returns the value of attribute nickname.
-
#profile_url ⇒ Object
readonly
Returns the value of attribute profile_url.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#user_id ⇒ Object
(also: #id)
readonly
Returns the value of attribute user_id.
Method Summary
Methods inherited from Identity
Methods inherited from Base
Constructor Details
This class inherits a constructor from Zusaar::Base
Instance Attribute Details
#nickname ⇒ Object (readonly)
Returns the value of attribute nickname.
3 4 5 |
# File 'lib/zusaar/user.rb', line 3 def nickname @nickname end |
#profile_url ⇒ Object (readonly)
Returns the value of attribute profile_url.
3 4 5 |
# File 'lib/zusaar/user.rb', line 3 def profile_url @profile_url end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
3 4 5 |
# File 'lib/zusaar/user.rb', line 3 def status @status end |
#user_id ⇒ Object (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 |