Class: DpdApi::LabelPrint

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

Class Method Summary collapse

Methods inherited from Base

operations

Class Method Details

.create_label(params = {}) ⇒ Object



10
11
12
# File 'lib/dpd_api/label_print.rb', line 10

def create_label(params = {})
  response(:create_label, params, namespace: :get_label)
end

.create_label_file(params = {}) ⇒ Object



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

def create_label_file(params = {})
  response(:create_label_file, params, namespace: :get_label_file)
end