class Heremaps::Routing::GetRouteZones

Constants

PATH
SERVICE

Public Class Methods

new() click to toggle source
# 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