Sha256: 42fa0c1de92d1971f46c37b645ad9bcfe10ceffafe2bd555af43a3ed2fe5e611
Contents?: true
Size: 531 Bytes
Versions: 11
Compression:
Stored size: 531 Bytes
Contents
module RubyIsds module WebServices module DmInfo class GetDeliveryInfo < ::RubyIsds::WebServices::DmInfo::Request ATTRS = [:dmID].freeze attr_accessor(*ATTRS) def body(xml) xml[:v20].GetDeliveryInfo do values(xml) end end def response_wrapper ::RubyIsds::Responses::Messages::DeliveryInfo end def call_reponse_wrapper(response) response_wrapper.new(response).message end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems