Class: Nuncium::WebServices::DbAccess::GetOwnerInfoFromLogin

Inherits:
Nuncium::WebServices::DbSearch::Request show all
Defined in:
lib/nuncium/web_services/db_access/get_owner_info_from_login.rb

Constant Summary collapse

ATTRS =
[].freeze

Instance Method Summary collapse

Methods inherited from Nuncium::WebServices::DbSearch::Request

#response_wrapper, #xml_url

Methods inherited from Request

#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 Nuncium::Request

Instance Method Details

#api_urlObject



13
14
15
# File 'lib/nuncium/web_services/db_access/get_owner_info_from_login.rb', line 13

def api_url
  '/DS/DsManage'
end

#body(xml) ⇒ Object



9
10
11
# File 'lib/nuncium/web_services/db_access/get_owner_info_from_login.rb', line 9

def body(xml)
  xml[:v20].GetOwnerInfoFromLogin {}
end