Sha256: 9f7e212471f9f734373f08c8132354e649f8ef4fcb83695b7c845d71c64993cc

Contents?: true

Size: 344 Bytes

Versions: 11

Compression:

Stored size: 344 Bytes

Contents

module RubyIsds
  module WebServices
    module DmInfo
      class MarkMessageAsDownloaded < ::RubyIsds::WebServices::DmInfo::Request
        ATTRS = [:dmID].freeze

        attr_accessor(*ATTRS)

        def body(xml)
          xml[:v20].MarkMessageAsDownloaded 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_info/mark_message_as_downloaded.rb
ruby_isds-0.12.0 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.11.1 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.11.0 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.10.5 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.10.4 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.10.3 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.10.2 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.10.1 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.9.1 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb
ruby_isds-0.9.0 lib/ruby_isds/web_services/dm_info/mark_message_as_downloaded.rb