Sha256: 8f1847db541d9561d41fe41a0e204f9b7f151d537fddffbb6f46e6ec507ee020

Contents?: true

Size: 352 Bytes

Versions: 11

Compression:

Stored size: 352 Bytes

Contents

module RubyIsds
  module WebServices
    module DmOperations
      class SignedMessageDownload < ::RubyIsds::WebServices::DmOperations::Request
        ATTRS = [:dmID].freeze

        attr_accessor(*ATTRS)

        def body(xml)
          xml[:v20].SignedMessageDownload do
            values(xml)
          end
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
ruby_isds-0.13.0 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.12.0 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.11.1 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.11.0 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.10.5 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.10.4 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.10.3 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.10.2 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.10.1 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.9.1 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb
ruby_isds-0.9.0 lib/ruby_isds/web_services/dm_operations/signed_message_download.rb