class DocGenerationWrapper::Adapter::PrinceXmlAdapter

Public Instance Methods

create!(options, &respond_callback) click to toggle source
# File lib/doc_generation_wrapper/adapters/prince_xml_adapter.rb, line 10
def create! options, &respond_callback
  PrinceXmlService::Command.new.create! options, &respond_callback
end
status(status_id) click to toggle source
# File lib/doc_generation_wrapper/adapters/prince_xml_adapter.rb, line 14
def status status_id
  PrinceXmlService::Query.new.status status_id
end