class Twitter::Tweet
- Twitter::Tweet
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/tweet.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #coordinates : Coordinates | Nil
- #coordinates=(coordinates : Coordinates | Nil)
- #created_at : Time
- #created_at=(created_at : Time)
- #entities : TweetEntities
- #entities=(entities : TweetEntities)
- #favorite_count : Int32 | Nil
- #favorite_count=(favorite_count : Int32 | Nil)
- #favorited : Bool | Nil
- #favorited=(favorited : Bool | Nil)
- #geo : Coordinates | Nil
- #geo=(geo : Coordinates | Nil)
- #id : Int64
- #id=(id : Int64)
- #id_str : String
- #id_str=(id_str : String)
- #in_reply_to_screen_name : String | Nil
- #in_reply_to_screen_name=(in_reply_to_screen_name : String | Nil)
- #in_reply_to_status_id : Float64 | Nil
- #in_reply_to_status_id=(in_reply_to_status_id : Float64 | Nil)
- #in_reply_to_user_id : Int64 | Nil
- #in_reply_to_user_id=(in_reply_to_user_id : Int64 | Nil)
- #is_quote_status : Bool | Nil
- #is_quote_status=(is_quote_status : Bool | Nil)
- #lang : String | Nil
- #lang=(lang : String | Nil)
- #place : Place | Nil
- #place=(place : Place | Nil)
- #possibly_sensitive : Bool | Nil
- #possibly_sensitive=(possibly_sensitive : Bool | Nil)
- #quoted_status : Tweet | Nil
- #quoted_status=(quoted_status : Tweet | Nil)
- #retweet_count : Int32
- #retweet_count=(retweet_count : Int32)
- #retweeted=(retweeted : Bool)
- #retweeted? : Bool
- #retweeted_status : Tweet | Nil
- #retweeted_status=(retweeted_status : Tweet | Nil)
- #source : String
- #source=(source : String)
- #text : String
- #text=(text : String)
- #truncated=(truncated : Bool)
- #truncated? : Bool
- #user : User
- #user=(user : User)
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.