Class: RubyIsds::WebServices::DmInfo::GetMessageAuthor
- Defined in:
- lib/ruby_isds/web_services/dm_info/get_message_author.rb
Constant Summary collapse
- ATTRS =
[:dmID].freeze
Instance Method Summary collapse
Methods inherited from Request
#api_url, #response_wrapper, #xml_url
Methods inherited from Request
#api_url, call, #call, #call_reponse_wrapper, #default_headers, #envelope_namespaces, #full_url, #initialize, #response_wrapper, #to_xml, #values, #xml_url
Constructor Details
This class inherits a constructor from RubyIsds::Request
Instance Method Details
#body(xml) ⇒ Object
9 10 11 12 13 |
# File 'lib/ruby_isds/web_services/dm_info/get_message_author.rb', line 9 def body(xml) xml[:v20].GetMessageAuthor do values(xml) end end |