class Twitter::Place
- Twitter::Place
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
twitter/serializations/place.crConstructors
Instance Method Summary
- #bounding_box : BoundingBox | Nil
- #bounding_box=(bounding_box : BoundingBox | Nil)
- #country : String
- #country=(country : String)
- #country_code : String
- #country_code=(country_code : String)
- #full_name : String
- #full_name=(full_name : String)
- #id : String
- #id=(id : String)
- #name : String
- #name=(name : String)
- #place_type : String
- #place_type=(place_type : String)
- #url : String
- #url=(url : String)