Class: Heremaps::Routing::CalculateIsoline

Inherits:
Base
  • Object
show all
Defined in:
lib/heremaps/resources/routing/calculate_isoline.rb

Constant Summary collapse

SERVICE =
"isoline.route".freeze
PATH =
"/routing/7.2/".freeze

Instance Attribute Summary

Attributes inherited from Base

#method_name, #path, #service

Instance Method Summary collapse

Methods inherited from Base

get, #get, #prepare_the_request, #request_url, #response_to_missing?

Constructor Details

#initializeCalculateIsoline

Returns a new instance of CalculateIsoline.



7
8
9
10
11
# File 'lib/heremaps/resources/routing/calculate_isoline.rb', line 7

def initialize
  @service = SERVICE
  @path = PATH
  @method_name = "calculateisoline".freeze # getroute as default method.
end