class Nuncium::WebServices::DbSearch::DTInfo

Constants

ATTRS

Public Instance Methods

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