Class: Titi::Provider::Twitter::Status
- Inherits:
-
Struct
- Object
- Struct
- Titi::Provider::Twitter::Status
- Defined in:
- lib/titi/provider/twitter/models.rb
Overview
"id" => 12327261220,
"created_at" => "Sat Apr 17 05:47:28 +0000 2010",
"user" => #<Twitter::User>
"text" => "Hacking Activity Streams yay",
"favorited" => false,
"truncated" => false,
"in_reply_to_user_id" => nil,
"in_reply_to_status_id" => nil
"in_reply_to_screen_name" => nil,
"source" => "<a href='http://www.atebits.com/' rel='nofollow'>Tweetie</a>",
Instance Attribute Summary collapse
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#favorited ⇒ Object
Returns the value of attribute favorited.
-
#id ⇒ Object
Returns the value of attribute id.
-
#in_reply_to_screen_name ⇒ Object
Returns the value of attribute in_reply_to_screen_name.
-
#in_reply_to_status_id ⇒ Object
Returns the value of attribute in_reply_to_status_id.
-
#in_reply_to_user_id ⇒ Object
Returns the value of attribute in_reply_to_user_id.
-
#source ⇒ Object
Returns the value of attribute source.
-
#text ⇒ Object
Returns the value of attribute text.
-
#truncated ⇒ Object
Returns the value of attribute truncated.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#created_at ⇒ Object
Returns the value of attribute created_at
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def created_at @created_at end |
#favorited ⇒ Object
Returns the value of attribute favorited
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def favorited @favorited end |
#id ⇒ Object
Returns the value of attribute id
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def id @id end |
#in_reply_to_screen_name ⇒ Object
Returns the value of attribute in_reply_to_screen_name
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def in_reply_to_screen_name @in_reply_to_screen_name end |
#in_reply_to_status_id ⇒ Object
Returns the value of attribute in_reply_to_status_id
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def in_reply_to_status_id @in_reply_to_status_id end |
#in_reply_to_user_id ⇒ Object
Returns the value of attribute in_reply_to_user_id
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def in_reply_to_user_id @in_reply_to_user_id end |
#source ⇒ Object
Returns the value of attribute source
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def source @source end |
#text ⇒ Object
Returns the value of attribute text
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def text @text end |
#truncated ⇒ Object
Returns the value of attribute truncated
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def truncated @truncated end |
#user ⇒ Object
Returns the value of attribute user
78 79 80 |
# File 'lib/titi/provider/twitter/models.rb', line 78 def user @user end |