class Nuncium::WebServices::DmInfo::GetListOfSentMessages

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# File lib/nuncium/web_services/dm_info/get_list_of_sent_messages.rb, line 10
def body(xml)
  xml[:v20].GetListOfSentMessages do
    values(xml)
  end
end
call_reponse_wrapper(response) click to toggle source
# File lib/nuncium/web_services/dm_info/get_list_of_sent_messages.rb, line 20
def call_reponse_wrapper(response)
  response_wrapper.new(response)
end
response_wrapper() click to toggle source
# File lib/nuncium/web_services/dm_info/get_list_of_sent_messages.rb, line 16
def response_wrapper
  ::Nuncium::Responses::Messages::Collection
end