class Nokia::Here::Resource::Routing::Base

Constants

BASE_URL
PATH
TEST_URL

Attributes

base_url[RW]
method_name[RW]
path[RW]
test_url[RW]

Public Class Methods

new() click to toggle source
# File lib/nokia/here/resource/routing/base.rb, line 14
def initialize
  @base_url    = BASE_URL
  @test_url    = TEST_URL
  @path        = PATH
  @method_name = 'getroute' # getroute as default method.
end