Class: Dhl::Intraship::DhlPaketMultipackService

Inherits:
Service
  • Object
show all
Defined in:
lib/dhl-intraship/service/dhl_paket_multipack_service.rb

Instance Method Summary collapse

Methods inherited from Service

#initialize

Constructor Details

This class inherits a constructor from Dhl::Intraship::Service

Instance Method Details

#append_to_xml(xml) ⇒ Object



5
6
7
8
9
10
11
# File 'lib/dhl-intraship/service/dhl_paket_multipack_service.rb', line 5

def append_to_xml(xml)
  xml.Service do |xml|
    xml.ServiceGroupDHLPaket do |xml|
      xml.Multipack 'True'
    end
  end
end