class DocGenerationWrapper::Adapter::Abstract

Public Instance Methods

create!(options) click to toggle source
# File lib/doc_generation_wrapper/adapters/abstract.rb, line 5
def create! options
  raise NotImplementedError
end
document(document_id) click to toggle source
# File lib/doc_generation_wrapper/adapters/abstract.rb, line 13
def document document_id
  raise NotImplementedError
end
status(status_id) click to toggle source
# File lib/doc_generation_wrapper/adapters/abstract.rb, line 9
def status status_id
  raise NotImplementedError
end