class Twitter::UserMentionEntity

Included Modules

Defined in:

twitter/serializations/user_mention_entity.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def id : Int64 #

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

[View source]
def id_str : String #

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

[View source]
def indices : Array(Int32) #

[View source]
def indices=(indices : Array(Int32)) #

[View source]
def name : String #

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

[View source]
def screen_name : String #

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

[View source]