Class: Barometer::Query::Service::WeatherId::Api
- Inherits:
-
Utils::Api
- Object
- Utils::Api
- Barometer::Query::Service::WeatherId::Api
show all
- Defined in:
- lib/barometer/query/services/apis/weather_id.rb
Instance Attribute Summary
Attributes inherited from Utils::Api
#query
Instance Method Summary
collapse
Methods inherited from Utils::Api
#current_query, #get, #initialize
Instance Method Details
#params ⇒ Object
10
11
12
|
# File 'lib/barometer/query/services/apis/weather_id.rb', line 10
def params
{ where: format_query }
end
|
#unwrap_nodes ⇒ Object
14
15
16
|
# File 'lib/barometer/query/services/apis/weather_id.rb', line 14
def unwrap_nodes
['search']
end
|
#url ⇒ Object
6
7
8
|
# File 'lib/barometer/query/services/apis/weather_id.rb', line 6
def url
'http://wxdata.weather.com/wxdata/search/search'
end
|