class RubyIsds::WebServices::DbSearch::FindDataBox

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# File lib/ruby_isds/web_services/db_search/find_data_box.rb, line 15
def body(xml)
  xml[:v20].FindDataBox do
    xml[:v20].dbOwnerInfo do
      values(xml)
    end
  end
end