class RubyIsds::WebServices::DmInfo::GetListOfReceivedMessages

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# 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) click to toggle source
# 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() click to toggle source
# File lib/ruby_isds/web_services/dm_info/get_list_of_received_messages.rb, line 16
def response_wrapper
  ::RubyIsds::Responses::Messages::Collection
end