class RubyIsds::WebServices::DmOperations::SignedSentMessageDownload

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# File lib/ruby_isds/web_services/dm_operations/signed_sent_message_download.rb, line 9
def body(xml)
  xml[:v20].SignedSentMessageDownload do
    values(xml)
  end
end