Sha256: 5135d3af0a062d235aa6afae5daeb6c9fe544ea86adb3e563c9c1f3434ece033
Contents?: true
Size: 418 Bytes
Versions: 11
Compression:
Stored size: 418 Bytes
Contents
## # I don't think this is ever going to work... that is what they provide thou... # module RubyIsds module WebServices module DbSearch class GetDataBoxList < ::RubyIsds::WebServices::DbSearch::Request ATTRS = [:dblType].freeze attr_accessor(*ATTRS) def body(xml) xml[:v20].GetDataBoxList do values(xml) end end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems