class RubyIsds::WebServices::DbAccess::GetOwnerInfoFromLogin

Constants

ATTRS

Public Instance Methods

api_url() click to toggle source
# File lib/ruby_isds/web_services/db_access/get_owner_info_from_login.rb, line 13
def api_url
  '/DS/DsManage'
end
body(xml) click to toggle source
# File lib/ruby_isds/web_services/db_access/get_owner_info_from_login.rb, line 9
def body(xml)
  xml[:v20].GetOwnerInfoFromLogin {}
end