Class: DpdApi::Tracing

Inherits:
Base
  • Object
show all
Defined in:
lib/dpd_api/tracing.rb

Class Method Summary collapse

Methods inherited from Base

operations

Class Method Details

.states_by_client_order(params = {}) ⇒ Object



6
7
8
9
# File 'lib/dpd_api/tracing.rb', line 6

def states_by_client_order(params = {})
  method = :get_states_by_client_order
  response(method, params)
end

.states_by_client_parcel(params = {}) ⇒ Object



11
12
13
14
# File 'lib/dpd_api/tracing.rb', line 11

def states_by_client_parcel(params = {})
  method = :get_states_by_client_parcel
  response(method, params)
end

.states_by_dpd_order(params = {}) ⇒ Object



16
17
18
19
# File 'lib/dpd_api/tracing.rb', line 16

def states_by_dpd_order(params = {})
  method = :get_states_by_dpd_order
  response(method, params)
end