class Dhl::Bcs::V2::Postfiliale

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/postfiliale.rb, line 8
def to_soap_hash
  h = {}
  h['postfilialNumber'] = postfilial_number
  h['postNumber'] = post_number
  h.merge(super)
end