module Iqdb module Responses class Response_000 < Base def initialize(response_string) end end end end