Class: GeoNamesAPI::Earthquake

Inherits:
ListEndpoint show all
Defined in:
lib/geonames_api/earthquake.rb

Constant Summary collapse

METHOD =
"earthquakesJSON"
FIND_PARAMS =
%w(north east south west date minMagnitude maxRows)

Instance Attribute Summary

Attributes inherited from Entity

#request_params

Method Summary

Methods inherited from ListEndpoint

endpoint_returns_list?, #next_page, #to_page

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