Sha256: 0b3575f0e142f86abd69cc6e56ef7ec7fdcf14f92bdc1d55952dbdf684c6e0c7
Contents?: true
Size: 486 Bytes
Versions: 4
Compression:
Stored size: 486 Bytes
Contents
require_relative 'abstract' require_relative 'doc_raptor_service/proxy' require_relative 'doc_raptor_service/command' require_relative 'doc_raptor_service/query' module DocGenerationWrapper module Adapter class DocRaptorAdapter < Abstract def create! options, &respond_callback DocRaptorService::Command.new.create! options, &respond_callback end def status status_id DocRaptorService::Query.new.status status_id end end end end
Version data entries
4 entries across 4 versions & 1 rubygems