Class: Birdsong::User
- Inherits:
-
Object
- Object
- Birdsong::User
- Defined in:
- lib/birdsong/user.rb
Instance Attribute Summary collapse
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#followers_count ⇒ Object
readonly
Returns the value of attribute followers_count.
-
#following_count ⇒ Object
readonly
Returns the value of attribute following_count.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#json ⇒ Object
readonly
Attributes for after the response is parsed from Twitter.
-
#listed_count ⇒ Object
readonly
Returns the value of attribute listed_count.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#profile_image_file_name ⇒ Object
readonly
Returns the value of attribute profile_image_file_name.
-
#profile_image_url ⇒ Object
readonly
Returns the value of attribute profile_image_url.
-
#sign_up_date ⇒ Object
readonly
Returns the value of attribute sign_up_date.
-
#tweet_count ⇒ Object
readonly
Returns the value of attribute tweet_count.
-
#url ⇒ Object
readonly
Returns the value of attribute url.
-
#username ⇒ Object
readonly
Returns the value of attribute username.
-
#verified ⇒ Object
readonly
Returns the value of attribute verified.
Instance Attribute Details
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
20 21 22 |
# File 'lib/birdsong/user.rb', line 20 def created_at @created_at end |
#description ⇒ Object (readonly)
Returns the value of attribute description.
13 14 15 |
# File 'lib/birdsong/user.rb', line 13 def description @description end |
#followers_count ⇒ Object (readonly)
Returns the value of attribute followers_count.
15 16 17 |
# File 'lib/birdsong/user.rb', line 15 def followers_count @followers_count end |
#following_count ⇒ Object (readonly)
Returns the value of attribute following_count.
16 17 18 |
# File 'lib/birdsong/user.rb', line 16 def following_count @following_count end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
7 8 9 |
# File 'lib/birdsong/user.rb', line 7 def id @id end |
#json ⇒ Object (readonly)
Attributes for after the response is parsed from Twitter
6 7 8 |
# File 'lib/birdsong/user.rb', line 6 def json @json end |
#listed_count ⇒ Object (readonly)
Returns the value of attribute listed_count.
18 19 20 |
# File 'lib/birdsong/user.rb', line 18 def listed_count @listed_count end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
11 12 13 |
# File 'lib/birdsong/user.rb', line 11 def location @location end |
#name ⇒ Object (readonly)
Returns the value of attribute name.
8 9 10 |
# File 'lib/birdsong/user.rb', line 8 def name @name end |
#profile_image_file_name ⇒ Object (readonly)
Returns the value of attribute profile_image_file_name.
21 22 23 |
# File 'lib/birdsong/user.rb', line 21 def profile_image_file_name @profile_image_file_name end |
#profile_image_url ⇒ Object (readonly)
Returns the value of attribute profile_image_url.
12 13 14 |
# File 'lib/birdsong/user.rb', line 12 def profile_image_url @profile_image_url end |
#sign_up_date ⇒ Object (readonly)
Returns the value of attribute sign_up_date.
10 11 12 |
# File 'lib/birdsong/user.rb', line 10 def sign_up_date @sign_up_date end |
#tweet_count ⇒ Object (readonly)
Returns the value of attribute tweet_count.
17 18 19 |
# File 'lib/birdsong/user.rb', line 17 def tweet_count @tweet_count end |
#url ⇒ Object (readonly)
Returns the value of attribute url.
14 15 16 |
# File 'lib/birdsong/user.rb', line 14 def url @url end |
#username ⇒ Object (readonly)
Returns the value of attribute username.
9 10 11 |
# File 'lib/birdsong/user.rb', line 9 def username @username end |
#verified ⇒ Object (readonly)
Returns the value of attribute verified.
19 20 21 |
# File 'lib/birdsong/user.rb', line 19 def verified @verified end |