class Dhl::Bcs::V2::Packstation
Constants
- ADD_PROPS
- PROPERTIES
Public Instance Methods
to_soap_hash()
click to toggle source
Calls superclass method
Dhl::Bcs::V2::Location#to_soap_hash
# File lib/dhl/bcs/v2/packstation.rb, line 8 def to_soap_hash h = {} h['postNumber'] = post_number if post_number h['packstationNumber'] = packstation_number h.merge(super) end