Class: Awis::API::TrafficHistory

Inherits:
Base
  • Object
show all
Defined in:
lib/awis/api/traffic_history.rb

Constant Summary collapse

DEFAULT_RESPONSE_GROUP =
%w[history].freeze

Instance Attribute Summary

Attributes inherited from Base

#arguments, #response_body

Instance Method Summary collapse

Methods inherited from Base

#action_name, #before_validation_arguments, #fetch, loading_data_from_xml, #loading_response_body, #parsed_body, #request_description_params, #root_node_name

Methods included from Utils::Extra

camelize

Instance Method Details

#load_request_uri(arguments = {}) ⇒ Object



8
9
10
11
12
# File 'lib/awis/api/traffic_history.rb', line 8

def load_request_uri(arguments = {})
  validation_arguments!(arguments)

  super(params)
end