class Twitter::UrlEntity

Included Modules

Defined in:

twitter/serializations/url_entity.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def display_url : String | Nil #

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

[View source]
def expanded_url : String | Nil #

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

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

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

[View source]
def url : String #

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

[View source]