Sha256: 49cdee3f366ddf175a103113d12027af8f430c66639efe4b0d86ad73b3933ca9
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
module Nuncium module WebServices module DbSearch class Response < ::Nuncium::Response def initialize(response) super @status = ::Nuncium::Responses::Db::Status.new(parsed_body) @body = ::Nuncium::Responses::Db::Body.new(parsed_body) 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/response.rb |