Class: Nuncium::WebServices::DbSearch::GetDataBoxList

Inherits:
Request
  • Object
show all
Defined in:
lib/nuncium/web_services/db_search/get_data_box_list.rb

Constant Summary collapse

ATTRS =
[:dblType].freeze

Instance Method Summary collapse

Methods inherited from Request

#api_url, #response_wrapper, #xml_url

Methods inherited from Request

#api_url, 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 Nuncium::Request

Instance Method Details

#body(xml) ⇒ Object



12
13
14
15
16
# 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