class Nuncium::WebServices::DbSearch::Response
Public Class Methods
new(response)
click to toggle source
Calls superclass method
Nuncium::Response::new
# File lib/nuncium/web_services/db_search/response.rb, line 5 def initialize(response) super @status = ::Nuncium::Responses::Db::Status.new(parsed_body) @body = ::Nuncium::Responses::Db::Body.new(parsed_body) end