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) #

Instance Method Detail

def id : Int64 #

def id=(id : Int64) #

def id_str : String #

def id_str=(id_str : String) #

def indices : Array(Int32) #

def indices=(indices : Array(Int32)) #

def name : String #

def name=(name : String) #

def screen_name : String #

def screen_name=(screen_name : String) #