Class: RubyIsds::WebServices::DbAccess::GetOwnerInfoFromLogin
- Inherits:
-
RubyIsds::WebServices::DbSearch::Request
- Object
- Request
- RubyIsds::WebServices::DbSearch::Request
- RubyIsds::WebServices::DbAccess::GetOwnerInfoFromLogin
- Defined in:
- lib/ruby_isds/web_services/db_access/get_owner_info_from_login.rb
Constant Summary collapse
- ATTRS =
[].freeze
Instance Method Summary collapse
Methods inherited from RubyIsds::WebServices::DbSearch::Request
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 RubyIsds::Request
Instance Method Details
#api_url ⇒ Object
13 14 15 |
# File 'lib/ruby_isds/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/ruby_isds/web_services/db_access/get_owner_info_from_login.rb', line 9 def body(xml) xml[:v20].GetOwnerInfoFromLogin {} end |