class Nuncium::WebServices::DmOperations::SignedMessageDownload

Constants

ATTRS

Public Instance Methods

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