class Twitter::Status

Included Modules

Defined in:

twitter/serializations/status.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def created_at : Time #

[View source]
def created_at=(created_at : Time) #

[View source]
def favorite_count : Int32 | Nil #

[View source]
def favorite_count=(favorite_count : Int32 | Nil) #

[View source]
def favorited=(favorited : Bool) #

[View source]
def favorited? : Bool #

[View source]
def id : Float64 #

[View source]
def id=(id : Float64) #

[View source]
def in_reply_to_screen_name : String | Nil #

[View source]
def in_reply_to_screen_name=(in_reply_to_screen_name : String | Nil) #

[View source]
def in_reply_to_status_id : Float64 | Nil #

[View source]
def in_reply_to_status_id=(in_reply_to_status_id : Float64 | Nil) #

[View source]
def in_reply_to_user_id : Float64 | Nil #

[View source]
def in_reply_to_user_id=(in_reply_to_user_id : Float64 | Nil) #

[View source]
def lang : String | Nil #

[View source]
def lang=(lang : String | Nil) #

[View source]
def retweet_count : Int32 #

[View source]
def retweet_count=(retweet_count : Int32) #

[View source]
def retweeted=(retweeted : Bool) #

[View source]
def retweeted? : Bool #

[View source]
def source : String #

[View source]
def source=(source : String) #

[View source]
def text : String #

[View source]
def text=(text : String) #

[View source]
def truncated=(truncated : Bool) #

[View source]
def truncated? : Bool #

[View source]