class Nokia::Here::Resource::Routing::Matrix
Public Class Methods
new()
click to toggle source
Calls superclass method
Nokia::Here::Resource::Routing::Base::new
# File lib/nokia/here/resource/routing/matrix.rb, line 7 def initialize super() @method_name = 'calculatematrix' @base_url = 'http://matrix.route.api.here.com' @test_url = 'http://matrix.route.cit.api.here.com' end