Sha256: ece11b5b8a7fc8aa04b234a3ea03af555fb6bdac98dd3c0e8ff1882a357b0180
Contents?: true
Size: 361 Bytes
Versions: 1
Compression:
Stored size: 361 Bytes
Contents
module Nuncium module WebServices module DbSearch class GetDataBoxActivityStatus < ::Nuncium::WebServices::DbSearch::Request ATTRS = %i[dbID baFrom baTo].freeze attr_accessor(*ATTRS) def body(xml) xml[:v20].GetDataBoxActivityStatus 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_activity_status.rb |