Class: Croudia::Object::User
- Defined in:
- lib/croudia/object/user.rb
Instance Attribute Summary collapse
-
#cover_image_url_https ⇒ Object
(also: #cover)
readonly
Returns the value of attribute cover_image_url_https.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#favorites_count ⇒ Object
readonly
Returns the value of attribute favorites_count.
-
#follow_request_sent ⇒ Object
readonly
Returns the value of attribute follow_request_sent.
-
#followers_count ⇒ Object
readonly
Returns the value of attribute followers_count.
-
#following ⇒ Object
readonly
Returns the value of attribute following.
-
#friends_count ⇒ Object
readonly
Returns the value of attribute friends_count.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#profile_image_url_https ⇒ Object
(also: #icon)
readonly
Returns the value of attribute profile_image_url_https.
-
#protected ⇒ Object
readonly
Returns the value of attribute protected.
-
#screen_name ⇒ Object
readonly
Returns the value of attribute screen_name.
-
#statuses_count ⇒ Object
readonly
Returns the value of attribute statuses_count.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
Attributes inherited from Identity
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader_as_array_object, attr_reader_as_object, #initialize
Constructor Details
This class inherits a constructor from Croudia::Object::Base
Instance Attribute Details
#cover_image_url_https ⇒ Object (readonly) Also known as: cover
Returns the value of attribute cover_image_url_https.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def cover_image_url_https @cover_image_url_https end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def created_at @created_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def description @description end |
#favorites_count ⇒ Object (readonly)
Returns the value of attribute favorites_count.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def favorites_count @favorites_count end |
#follow_request_sent ⇒ Object (readonly)
Returns the value of attribute follow_request_sent.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def follow_request_sent @follow_request_sent end |
#followers_count ⇒ Object (readonly)
Returns the value of attribute followers_count.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def followers_count @followers_count end |
#following ⇒ Object (readonly)
Returns the value of attribute following.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def following @following end |
#friends_count ⇒ Object (readonly)
Returns the value of attribute friends_count.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def friends_count @friends_count end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def name @name end |
#profile_image_url_https ⇒ Object (readonly) Also known as: icon
Returns the value of attribute profile_image_url_https.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def profile_image_url_https @profile_image_url_https end |
#protected ⇒ Object (readonly)
Returns the value of attribute protected.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def protected @protected end |
#screen_name ⇒ Object (readonly)
Returns the value of attribute screen_name.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def screen_name @screen_name end |
#statuses_count ⇒ Object (readonly)
Returns the value of attribute statuses_count.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def statuses_count @statuses_count end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
6 7 8 |
# File 'lib/croudia/object/user.rb', line 6 def url @url end |