Class: Titi::Provider::Twitter::User

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def created_at
  @created_at
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def description
  @description
end

#favourites_countObject

Returns the value of attribute favourites_count

Returns:

  • (Object)

    the current value of favourites_count



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def favourites_count
  @favourites_count
end

#followers_countObject

Returns the value of attribute followers_count

Returns:

  • (Object)

    the current value of followers_count



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def followers_count
  @followers_count
end

#friends_countObject

Returns the value of attribute friends_count

Returns:

  • (Object)

    the current value of friends_count



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def friends_count
  @friends_count
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def id
  @id
end

#locationObject

Returns the value of attribute location

Returns:

  • (Object)

    the current value of location



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def location
  @location
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def name
  @name
end

#profile_background_colorObject

Returns the value of attribute profile_background_color

Returns:

  • (Object)

    the current value of 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_urlObject

Returns the value of attribute profile_background_image_url

Returns:

  • (Object)

    the current value of 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_tileObject

Returns the value of attribute profile_background_tile

Returns:

  • (Object)

    the current value of 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_urlObject

Returns the value of attribute profile_image_url

Returns:

  • (Object)

    the current value of profile_image_url



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def profile_image_url
  @profile_image_url
end

Returns the value of attribute profile_link_color

Returns:

  • (Object)

    the current value of 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_colorObject

Returns the value of attribute profile_sidebar_border_color

Returns:

  • (Object)

    the current value of profile_sidebar_border_color



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def profile_sidebar_border_color
  @profile_sidebar_border_color
end

#profile_sidebar_fill_colorObject

Returns the value of attribute profile_sidebar_fill_color

Returns:

  • (Object)

    the current value of profile_sidebar_fill_color



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def profile_sidebar_fill_color
  @profile_sidebar_fill_color
end

#profile_text_colorObject

Returns the value of attribute profile_text_color

Returns:

  • (Object)

    the current value of profile_text_color



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def profile_text_color
  @profile_text_color
end

#protectedObject

Returns the value of attribute protected

Returns:

  • (Object)

    the current value of protected



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def protected
  @protected
end

#screen_nameObject

Returns the value of attribute screen_name

Returns:

  • (Object)

    the current value of screen_name



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def screen_name
  @screen_name
end

#statuses_countObject

Returns the value of attribute statuses_count

Returns:

  • (Object)

    the current value of statuses_count



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def statuses_count
  @statuses_count
end

#time_zoneObject

Returns the value of attribute time_zone

Returns:

  • (Object)

    the current value of time_zone



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def time_zone
  @time_zone
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def url
  @url
end

#utc_offsetObject

Returns the value of attribute utc_offset

Returns:

  • (Object)

    the current value of utc_offset



42
43
44
# File 'lib/titi/provider/twitter/models.rb', line 42

def utc_offset
  @utc_offset
end