class Twitter::Place

Included Modules

Defined in:

twitter/serializations/place.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def bounding_box : BoundingBox | Nil #

[View source]
def bounding_box=(bounding_box : BoundingBox | Nil) #

[View source]
def country : String #

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

[View source]
def country_code : String #

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

[View source]
def full_name : String #

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

[View source]
def id : String #

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

[View source]
def name : String #

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

[View source]
def place_type : String #

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

[View source]
def url : String #

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

[View source]