Sha256: fa94c2698d06cbd31206bbe9a340d9ecff0b1ee07ca3a2921afa2a58271975f6
Contents?: true
Size: 790 Bytes
Versions: 11
Compression:
Stored size: 790 Bytes
Contents
## # FIXME: Owner info not parsed correctly, just Hash of stuff module RubyIsds module WebServices module DbSearch class FindDataBox < ::RubyIsds::WebServices::DbSearch::Request 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 attr_accessor(*ATTRS) def body(xml) xml[:v20].FindDataBox do xml[:v20].dbOwnerInfo do values(xml) end end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems