Class: Turrialba::Tweet
Instance Attribute Summary collapse
-
#author_id ⇒ Object
readonly
Returns the value of attribute author_id.
-
#created_at ⇒ Object
readonly
Returns the value of attribute created_at.
-
#embedded_html ⇒ Object
readonly
Returns the value of attribute embedded_html.
-
#favorite_count ⇒ Object
readonly
Returns the value of attribute favorite_count.
-
#id_str ⇒ Object
readonly
Returns the value of attribute id_str.
-
#in_reply_to_tweet_id ⇒ Object
readonly
Returns the value of attribute in_reply_to_tweet_id.
-
#in_reply_to_user_id ⇒ Object
readonly
Returns the value of attribute in_reply_to_user_id.
-
#retweet_count ⇒ Object
readonly
Returns the value of attribute retweet_count.
-
#scrapped_at ⇒ Object
readonly
Returns the value of attribute scrapped_at.
-
#scrapping_queued_at ⇒ Object
readonly
Returns the value of attribute scrapping_queued_at.
-
#scrapping_request_count ⇒ Object
readonly
Returns the value of attribute scrapping_request_count.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#total_scrapping_request_count ⇒ Object
readonly
Returns the value of attribute total_scrapping_request_count.
-
#tweeted_at ⇒ Object
readonly
Returns the value of attribute tweeted_at.
-
#updated_at ⇒ Object
readonly
Returns the value of attribute updated_at.
Attributes inherited from Base
Method Summary
Methods inherited from Base
attr_reader, define_attribute_method, define_predicate_method, #initialize, object_attr_reader, predicate_attr_reader
Constructor Details
This class inherits a constructor from Turrialba::Base
Instance Attribute Details
#author_id ⇒ Object (readonly)
Returns the value of attribute author_id.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def @author_id end |
#created_at ⇒ Object (readonly)
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def created_at @created_at end |
#embedded_html ⇒ Object (readonly)
Returns the value of attribute embedded_html.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def @embedded_html end |
#favorite_count ⇒ Object (readonly)
Returns the value of attribute favorite_count.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def favorite_count @favorite_count end |
#id_str ⇒ Object (readonly)
Returns the value of attribute id_str.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def id_str @id_str end |
#in_reply_to_tweet_id ⇒ Object (readonly)
Returns the value of attribute in_reply_to_tweet_id.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def in_reply_to_tweet_id @in_reply_to_tweet_id end |
#in_reply_to_user_id ⇒ Object (readonly)
Returns the value of attribute in_reply_to_user_id.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def in_reply_to_user_id @in_reply_to_user_id end |
#retweet_count ⇒ Object (readonly)
Returns the value of attribute retweet_count.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def retweet_count @retweet_count end |
#scrapped_at ⇒ Object (readonly)
Returns the value of attribute scrapped_at.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def scrapped_at @scrapped_at end |
#scrapping_queued_at ⇒ Object (readonly)
Returns the value of attribute scrapping_queued_at.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def scrapping_queued_at @scrapping_queued_at end |
#scrapping_request_count ⇒ Object (readonly)
Returns the value of attribute scrapping_request_count.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def scrapping_request_count @scrapping_request_count end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def text @text end |
#total_scrapping_request_count ⇒ Object (readonly)
Returns the value of attribute total_scrapping_request_count.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def total_scrapping_request_count @total_scrapping_request_count end |
#tweeted_at ⇒ Object (readonly)
Returns the value of attribute tweeted_at.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def tweeted_at @tweeted_at end |
#updated_at ⇒ Object (readonly)
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/turrialba/tweet.rb', line 5 def updated_at @updated_at end |