module NgpVan::Default

Constants

API_ENDPOINT
API_KEY
APPLICATION_NAME
USER_AGENT

Public Class Methods

api_endpoint() click to toggle source

Default API Endpoint from {API_ENDPOINT} @return [String]

# File lib/ngp_van/default.rb, line 30
def api_endpoint
  API_ENDPOINT
end
api_key() click to toggle source

Default API Key from {API_KEY} @return [String]

# File lib/ngp_van/default.rb, line 24
def api_key
  API_KEY
end
application_name() click to toggle source

Default Application Name from {APPLICATION_NAME} @return [String]

# File lib/ngp_van/default.rb, line 18
def application_name
  APPLICATION_NAME
end
user_agent() click to toggle source

Default User Agent from {USER_AGENT} @return [String]

# File lib/ngp_van/default.rb, line 36
def user_agent
  USER_AGENT
end