class RubyIsds::WebServices::DbSearch::Response

Public Class Methods

new(response) click to toggle source
Calls superclass method RubyIsds::Response::new
# File lib/ruby_isds/web_services/db_search/response.rb, line 5
def initialize(response)
  super
  @status = ::RubyIsds::Responses::Db::Status.new(parsed_body)
  @body = ::RubyIsds::Responses::Db::Body.new(parsed_body)
end