class Twitter::UrlEntity

Included Modules

Defined in:

twitter/serializations/url_entity.cr

Constructors

Instance Method Summary

Constructor Detail

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

Instance Method Detail

def display_url : String | Nil #

def display_url=(display_url : String | Nil) #

def expanded_url : String | Nil #

def expanded_url=(expanded_url : String | Nil) #

def indices : Array(Int32) #

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

def url : String #

def url=(url : String) #