class DpdApi::Nl
Public Class Methods
nl_amount(params = {})
click to toggle source
# File lib/dpd_api/nl.rb, line 6 def nl_amount(params = {}) response(:get_nl_amount, params, namespace: :arg0) end
nl_invoice(params = {})
click to toggle source
# File lib/dpd_api/nl.rb, line 10 def nl_invoice(params = {}) response(:get_nl_invoice, params, namespace: :arg0) end
Protected Class Methods
url()
click to toggle source
# File lib/dpd_api/nl.rb, line 16 def url "#{DpdApi.configuration.base_url}/services/nl?wsdl" end