Class: DpdApi::Geography
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.cities_cash_pay ⇒ Object
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_delivery ⇒ Object
11 12 13 14 |
# File 'lib/dpd_api/geography.rb', line 11 def terminals_self_delivery method = :get_terminals_self_delivery2 response(method) end |