Class: Brio::Resources::User
- Defined in:
- lib/brio/resources/user.rb
Instance Attribute Summary collapse
-
#counts ⇒ Object
Returns the value of attribute counts.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#follows_you ⇒ Object
Returns the value of attribute follows_you.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#username ⇒ Object
Returns the value of attribute username.
-
#you_follow ⇒ Object
Returns the value of attribute you_follow.
Method Summary
Methods inherited from Resource
Constructor Details
This class inherits a constructor from Brio::Resources::Resource
Instance Attribute Details
#counts ⇒ Object
Returns the value of attribute counts.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def counts @counts end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def description @description end |
#follows_you ⇒ Object
Returns the value of attribute follows_you.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def follows_you @follows_you end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def name @name end |
#username ⇒ Object
Returns the value of attribute username.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def username @username end |
#you_follow ⇒ Object
Returns the value of attribute you_follow.
5 6 7 |
# File 'lib/brio/resources/user.rb', line 5 def you_follow @you_follow end |