class RubyIsds::WebServices::DbAccess::ChangeIsdsPassword
Constants
- ATTRS
Public Instance Methods
api_url()
click to toggle source
# File lib/ruby_isds/web_services/db_access/change_isds_password.rb, line 15 def api_url '/DS/DsManage' end
body(xml)
click to toggle source
# File lib/ruby_isds/web_services/db_access/change_isds_password.rb, line 9 def body(xml) xml[:v20].ChangeISDSPassword do values(xml) end end