Sha256: f96ed624c1a39579492b785b6ebbc2629c67e83020a641f7e1bb74e4b7db95eb
Contents?: true
Size: 619 Bytes
Versions: 11
Compression:
Stored size: 619 Bytes
Contents
module RubyIsds module WebServices module DmInfo class GetListOfSentMessages < ::RubyIsds::WebServices::DmInfo::Request ATTRS = %i[dmFromTime dmToTime dmSenderOrgUnitNum dmStatusFilter dmOffset dmLimit].freeze attr_accessor(*ATTRS) def body(xml) xml[:v20].GetListOfSentMessages do values(xml) end end def response_wrapper ::RubyIsds::Responses::Messages::Collection end def call_reponse_wrapper(response) response_wrapper.new(response) end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems