struct IPGeolocation::Location
- IPGeolocation::Location
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
ip_geolocation/location.crConstructors
- .new(alpha_2 : String, country : String, state : String, city : String)
- .new(pull : JSON::PullParser)
Instance Method Summary
- #alpha_2 : String
- #alpha_2=(alpha_2 : String)
- #city : String
- #city=(city : String)
- #country : String
- #country=(country : String)
- #crc32
- #state : String
- #state=(state : String)