module PdfMage

Root loader for all PdfMage classes & modules

Constants

VERSION

Public Class Methods

start!() click to toggle source

Starts the PdfMage API Application @return [NilClass]

# File lib/pdf_mage.rb, line 12
def self.start!
  PdfMage::Api::App.run!
  nil
end