Class: Titi::Provider::Twitter::Status

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

Instance Attribute Details

#created_atObject

Returns the value of attribute created_at

Returns:

  • (Object)

    the current value of created_at



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def created_at
  @created_at
end

#favoritedObject

Returns the value of attribute favorited

Returns:

  • (Object)

    the current value of favorited



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def favorited
  @favorited
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def id
  @id
end

#in_reply_to_screen_nameObject

Returns the value of attribute in_reply_to_screen_name

Returns:

  • (Object)

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

Returns the value of attribute in_reply_to_status_id

Returns:

  • (Object)

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

Returns the value of attribute in_reply_to_user_id

Returns:

  • (Object)

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

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def source
  @source
end

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def text
  @text
end

#truncatedObject

Returns the value of attribute truncated

Returns:

  • (Object)

    the current value of truncated



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def truncated
  @truncated
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



78
79
80
# File 'lib/titi/provider/twitter/models.rb', line 78

def user
  @user
end