Class: TwitterSearch::Tweet
- Inherits:
-
Object
- Object
- TwitterSearch::Tweet
- Defined in:
- lib/twitter_search.rb
Constant Summary collapse
- VARS =
[:text, :from_user, :created_at, :id]
Instance Attribute Summary collapse
-
#language ⇒ Object
readonly
Returns the value of attribute language.
Instance Method Summary collapse
-
#initialize(h) ⇒ Tweet
constructor
A new instance of Tweet.
Constructor Details
Instance Attribute Details
#language ⇒ Object (readonly)
Returns the value of attribute language.
11 12 13 |
# File 'lib/twitter_search.rb', line 11 def language @language end |