Sha256: 1b2b94251358ab70cebd4a7f8e5f3d55682c8148ca89972bf8792cd7cb514d5b
Contents?: true
Size: 326 Bytes
Versions: 1
Compression:
Stored size: 326 Bytes
Contents
module Nuncium module WebServices module DmInfo class ConfirmDelivery < ::Nuncium::WebServices::DmInfo::Request ATTRS = [:dmID].freeze attr_accessor(*ATTRS) def body(xml) xml[:v20].ConfirmDelivery do values(xml) end end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nuncium-0.13.0 | lib/nuncium/web_services/dm_info/confirm_delivery.rb |