Class: Turrialba::Tweet

Inherits:
Base
  • Object
show all
Defined in:
lib/turrialba/tweet.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#attrs

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_idObject (readonly)

Returns the value of attribute author_id.



5
6
7
# File 'lib/turrialba/tweet.rb', line 5

def author_id
  @author_id
end

#created_atObject (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_htmlObject (readonly)

Returns the value of attribute embedded_html.



5
6
7
# File 'lib/turrialba/tweet.rb', line 5

def embedded_html
  @embedded_html
end

#favorite_countObject (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_strObject (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_idObject (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_idObject (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_countObject (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_atObject (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_atObject (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_countObject (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

#textObject (readonly)

Returns the value of attribute text.



5
6
7
# File 'lib/turrialba/tweet.rb', line 5

def text
  @text
end

#total_scrapping_request_countObject (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_atObject (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_atObject (readonly)

Returns the value of attribute updated_at.



5
6
7
# File 'lib/turrialba/tweet.rb', line 5

def updated_at
  @updated_at
end