Sha256: ecdf7cc087a6e86707abf97ac3d911ac397b47bc7067fdf9035423c8b14261a4

Contents?: true

Size: 416 Bytes

Versions: 1

Compression:

Stored size: 416 Bytes

Contents

##
# I don't think this is ever going to work... that is what they provide thou...
#
module Nuncium
  module WebServices
    module DbSearch
      class GetDataBoxList < ::Nuncium::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

1 entries across 1 versions & 1 rubygems

Version Path
nuncium-0.13.0 lib/nuncium/web_services/db_search/get_data_box_list.rb