class Twitter::Status
- Twitter::Status
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/status.crConstructors
Instance Method Summary
- #created_at : Time
- #created_at=(created_at : Time)
- #favorite_count : Int32 | Nil
- #favorite_count=(favorite_count : Int32 | Nil)
- #favorited=(favorited : Bool)
- #favorited? : Bool
- #id : Float64
- #id=(id : Float64)
- #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 : Float64 | Nil
- #in_reply_to_user_id=(in_reply_to_user_id : Float64 | Nil)
- #lang : String | Nil
- #lang=(lang : String | Nil)
- #retweet_count : Int32
- #retweet_count=(retweet_count : Int32)
- #retweeted=(retweeted : Bool)
- #retweeted? : Bool
- #source : String
- #source=(source : String)
- #text : String
- #text=(text : String)
- #truncated=(truncated : Bool)
- #truncated? : Bool