Class: OpenWeatherAPI::Resources::Handlers::CityID
- Inherits:
-
QueryHandler
- Object
- QueryHandler
- OpenWeatherAPI::Resources::Handlers::CityID
- Defined in:
- lib/open-weather-api/resources/handlers/base.rb
Instance Method Summary collapse
Methods inherited from QueryHandler
Constructor Details
This class inherits a constructor from OpenWeatherAPI::Resources::Handlers::QueryHandler
Instance Method Details
#multiple? ⇒ Boolean
62 63 64 |
# File 'lib/open-weather-api/resources/handlers/base.rb', line 62 def multiple? value.is_a? Array end |