Class: Titi::Provider::Twitter::User
- Inherits:
-
Struct
- Object
- Struct
- Titi::Provider::Twitter::User
- Defined in:
- lib/titi/provider/twitter/models.rb
Overview
"id" => 1554031,
"screen_name" => "mrflip",
"protected" => false,
"followers_count" => 1060,
"friends_count" => 754,
"statuses_count" => 1744,
"favourites_count" => 98,
"created_at" => "Mon Mar 19 21:08:24 +0000 2007",
#
"name" => "Philip Flip Kromer",
"url" => "http://infochimps.org",
"location" => "iPhone: 30.316122,-97.733817",
"description" => "Founder, http://infochimps.org - Building tools to Organize, Explore and Comprehend massive data sources",
"time_zone" => "Central Time (US & Canada)",
"utc_offset" => -21600,
"lang" => "en",
#
"profile_background_color" => "BCC0C8",
"profile_text_color" => "000000",
"profile_link_color" => "0000ff",
"profile_sidebar_border_color" => "f0edd8",
"profile_sidebar_fill_color" => "ffffff",
"profile_background_tile" => false,
"profile_background_image_url" => "http://a3.twimg.com/profile_background_images/2348065/2005Mar-AustinTypeTour-075_-_Rappers_Delight_Raindrop.jpg",
"profile_image_url" => "http://a3.twimg.com/profile_images/377919497/FlipCircle-2009-900-trans_normal.png",
#
"geo_enabled" => true,
"contributors_enabled" => false,
"following" => nil,
"notifications" => nil,
"verified" => false,
#
"status" => #<Twitter::Status>
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#description ⇒ Object
Returns the value of attribute description.
-
#favourites_count ⇒ Object
Returns the value of attribute favourites_count.
-
#followers_count ⇒ Object
Returns the value of attribute followers_count.
-
#friends_count ⇒ Object
Returns the value of attribute friends_count.
-
#id ⇒ Object
Returns the value of attribute id.
-
#location ⇒ Object
Returns the value of attribute location.
-
#name ⇒ Object
Returns the value of attribute name.
-
#profile_background_color ⇒ Object
Returns the value of attribute profile_background_color.
-
#profile_background_image_url ⇒ Object
Returns the value of attribute profile_background_image_url.
-
#profile_background_tile ⇒ Object
Returns the value of attribute profile_background_tile.
-
#profile_image_url ⇒ Object
Returns the value of attribute profile_image_url.
-
#profile_link_color ⇒ Object
Returns the value of attribute profile_link_color.
-
#profile_sidebar_border_color ⇒ Object
Returns the value of attribute profile_sidebar_border_color.
-
#profile_sidebar_fill_color ⇒ Object
Returns the value of attribute profile_sidebar_fill_color.
-
#profile_text_color ⇒ Object
Returns the value of attribute profile_text_color.
-
#protected ⇒ Object
Returns the value of attribute protected.
-
#screen_name ⇒ Object
Returns the value of attribute screen_name.
-
#statuses_count ⇒ Object
Returns the value of attribute statuses_count.
-
#time_zone ⇒ Object
Returns the value of attribute time_zone.
-
#url ⇒ Object
Returns the value of attribute url.
-
#utc_offset ⇒ Object
Returns the value of attribute utc_offset.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def created_at @created_at end |
#description ⇒ Object
Returns the value of attribute description
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def description @description end |
#favourites_count ⇒ Object
Returns the value of attribute favourites_count
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def favourites_count @favourites_count end |
#followers_count ⇒ Object
Returns the value of attribute followers_count
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def followers_count @followers_count end |
#friends_count ⇒ Object
Returns the value of attribute friends_count
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def friends_count @friends_count end |
#id ⇒ Object
Returns the value of attribute id
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def id @id end |
#location ⇒ Object
Returns the value of attribute location
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def location @location end |
#name ⇒ Object
Returns the value of attribute name
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def name @name end |
#profile_background_color ⇒ Object
Returns the value of attribute profile_background_color
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_background_color @profile_background_color end |
#profile_background_image_url ⇒ Object
Returns the value of attribute profile_background_image_url
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_background_image_url @profile_background_image_url end |
#profile_background_tile ⇒ Object
Returns the value of attribute profile_background_tile
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_background_tile @profile_background_tile end |
#profile_image_url ⇒ Object
Returns the value of attribute profile_image_url
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_image_url @profile_image_url end |
#profile_link_color ⇒ Object
Returns the value of attribute profile_link_color
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_link_color @profile_link_color end |
#profile_sidebar_border_color ⇒ Object
Returns the value of attribute profile_sidebar_border_color
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def @profile_sidebar_border_color end |
#profile_sidebar_fill_color ⇒ Object
Returns the value of attribute profile_sidebar_fill_color
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def @profile_sidebar_fill_color end |
#profile_text_color ⇒ Object
Returns the value of attribute profile_text_color
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def profile_text_color @profile_text_color end |
#protected ⇒ Object
Returns the value of attribute protected
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def protected @protected end |
#screen_name ⇒ Object
Returns the value of attribute screen_name
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def screen_name @screen_name end |
#statuses_count ⇒ Object
Returns the value of attribute statuses_count
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def statuses_count @statuses_count end |
#time_zone ⇒ Object
Returns the value of attribute time_zone
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def time_zone @time_zone end |
#url ⇒ Object
Returns the value of attribute url
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def url @url end |
#utc_offset ⇒ Object
Returns the value of attribute utc_offset
42 43 44 |
# File 'lib/titi/provider/twitter/models.rb', line 42 def utc_offset @utc_offset end |