Class: GeoNamesAPI::SingletonEndpoint
- Defined in:
- lib/geonames_api/singleton_endpoint.rb
Direct Known Subclasses
CountryCode, CountrySubdivision, Elevation, Hierarchy, NearestIntersection, Neighbourhood, TimeZone, WeatherICAO
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Entity
Class Method Summary collapse
Methods inherited from Base
Methods inherited from Entity
#create_attribute, #initialize, #parse_attr, #parse_response, #set_default_type
Constructor Details
This class inherits a constructor from GeoNamesAPI::Entity
Class Method Details
.endpoint_returns_list? ⇒ Boolean
3 4 5 |
# File 'lib/geonames_api/singleton_endpoint.rb', line 3 def self.endpoint_returns_list? false end |