Class: Nuncium::WebServices::DbSearch::FindDataBox

Inherits:
Request show all
Defined in:
lib/nuncium/web_services/db_search/find_data_box.rb

Constant Summary collapse

ATTRS =
%i[dbID dbType ic pnFirstName pnMiddleName
pnLastName pnLastNameAtBirth firmName biDate biCity biCounty
biState adCity adStreet adNumberInStreet adNumberInMunicipality
adZipCode adState nationality email telNumber identifier
registryCode dbState dbEffectiveOVM dbOpenAddressing].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



15
16
17
18
19
20
21
# File 'lib/nuncium/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