class RubyIsds::WebServices::DbSearch::PDZSendInfo

Constants

ATTRS

Public Instance Methods

body(xml) click to toggle source
# File lib/ruby_isds/web_services/db_search/p_d_z_send_info.rb, line 9
def body(xml)
  xml[:v20].PDZSendInfo do
    values(xml)
  end
end