class Nuncium::WebServices::DbSearch::GetDataBoxList

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# File lib/nuncium/web_services/db_search/get_data_box_list.rb, line 12
def body(xml)
  xml[:v20].GetDataBoxList do
    values(xml)
  end
end