Class: DpdApi::Geography

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

Class Method Summary collapse

Methods inherited from Base

operations

Class Method Details

.cities_cash_payObject



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

def cities_cash_pay
  method = :get_cities_cash_pay
  response(method)
end

.parcel_shops(params = {}) ⇒ Object



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

def parcel_shops(params = {})
  method = :get_parcel_shops
  response(method, params)
end

.terminals_self_deliveryObject



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

def terminals_self_delivery
  method = :get_terminals_self_delivery2
  response(method)
end