Class: RubyIsds::WebServices::DmInfo::GetListOfReceivedMessages
- Inherits:
-
Request
- Object
- Request
- Request
- RubyIsds::WebServices::DmInfo::GetListOfReceivedMessages
show all
- Defined in:
- lib/ruby_isds/web_services/dm_info/get_list_of_received_messages.rb
Constant Summary
collapse
- ATTRS =
%i[dmFromTime dmToTime dmRecipientOrgUnitNum
dmStatusFilter dmOffset dmLimit].freeze
Instance Method Summary
collapse
Methods inherited from Request
#api_url, #xml_url
Methods inherited from Request
#api_url, call, #call, #default_headers, #envelope_namespaces, #full_url, #initialize, #to_xml, #values, #xml_url
Instance Method Details
#body(xml) ⇒ Object
10
11
12
13
14
|
# File 'lib/ruby_isds/web_services/dm_info/get_list_of_received_messages.rb', line 10
def body(xml)
xml[:v20].GetListOfReceivedMessages do
values(xml)
end
end
|
#call_reponse_wrapper(response) ⇒ Object
20
21
22
|
# File 'lib/ruby_isds/web_services/dm_info/get_list_of_received_messages.rb', line 20
def call_reponse_wrapper(response)
response_wrapper.new(response)
end
|
#response_wrapper ⇒ Object