Class: GeoNamesAPI::SingletonEndpoint

Inherits:
Base
  • Object
show all
Defined in:
lib/geonames_api/singleton_endpoint.rb

Instance Attribute Summary

Attributes inherited from Entity

#request_params

Class Method Summary collapse

Methods inherited from Base

all, find, where

Methods inherited from Entity

#create_attribute, #initialize, #marshal_dump, #marshal_load, #parse_attr, #parse_response, #set_default_type

Constructor Details

This class inherits a constructor from GeoNamesAPI::Entity

Class Method Details

.endpoint_returns_list?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/geonames_api/singleton_endpoint.rb', line 3

def self.endpoint_returns_list?
  false
end