Class: Croudia::User
- Includes:
- Creatable
- Defined in:
- lib/croudia/user.rb
Instance Attribute Summary collapse
-
#blocking ⇒ Object
readonly
Returns the value of attribute blocking.
-
#connections ⇒ Object
readonly
Returns the value of attribute connections.
-
#cover_image_url_https ⇒ Object
readonly
Returns the value of attribute cover_image_url_https.
-
#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.
-
#followed_by ⇒ Object
readonly
Returns the value of attribute followed_by.
-
#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
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
Method Summary
Methods included from Creatable
Methods inherited from Identity
Methods inherited from Base
#[], attr_object_reader, attr_reader, #attrs, #initialize, #inspect
Constructor Details
This class inherits a constructor from Croudia::Identity
Instance Attribute Details
#blocking ⇒ Object (readonly)
Returns the value of attribute blocking.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def blocking @blocking end |
#connections ⇒ Object (readonly)
Returns the value of attribute connections.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def connections @connections end |
#cover_image_url_https ⇒ Object (readonly)
Returns the value of attribute cover_image_url_https.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def cover_image_url_https @cover_image_url_https end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def description @description end |
#favorites_count ⇒ Object (readonly)
Returns the value of attribute favorites_count.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def favorites_count @favorites_count end |
#follow_request_sent ⇒ Object (readonly)
Returns the value of attribute follow_request_sent.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def follow_request_sent @follow_request_sent end |
#followed_by ⇒ Object (readonly)
Returns the value of attribute followed_by.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def followed_by @followed_by end |
#followers_count ⇒ Object (readonly)
Returns the value of attribute followers_count.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def followers_count @followers_count end |
#following ⇒ Object (readonly)
Returns the value of attribute following.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def following @following end |
#friends_count ⇒ Object (readonly)
Returns the value of attribute friends_count.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def friends_count @friends_count end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def name @name end |
#profile_image_url_https ⇒ Object (readonly)
Returns the value of attribute profile_image_url_https.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def profile_image_url_https @profile_image_url_https end |
#protected ⇒ Object (readonly)
Returns the value of attribute protected.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def protected @protected end |
#screen_name ⇒ Object (readonly)
Returns the value of attribute screen_name.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def screen_name @screen_name end |
#statuses_count ⇒ Object (readonly)
Returns the value of attribute statuses_count.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def statuses_count @statuses_count end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
8 9 10 |
# File 'lib/croudia/user.rb', line 8 def url @url end |