Class: Heremaps::Routing::GetRouteZones
- Defined in:
- lib/heremaps/resources/routing/get_routing_zones.rb
Constant Summary collapse
- SERVICE =
"route".freeze
- PATH =
"/routing/7.2/".freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize ⇒ GetRouteZones
constructor
A new instance of GetRouteZones.
Methods inherited from Base
get, #get, #prepare_the_request, #request_url, #response_to_missing?
Constructor Details
#initialize ⇒ GetRouteZones
Returns a new instance of GetRouteZones.
7 8 9 10 11 |
# File 'lib/heremaps/resources/routing/get_routing_zones.rb', line 7 def initialize @service = SERVICE @path = PATH @method_name = "getroutingzones".freeze # getroute as default method. end |