module NexposeTicketing
Main nexpose ticketing module, helper options should be passed as arguments to start.
Constants
- VERSION
Public Class Methods
start(args)
click to toggle source
# File lib/nexpose_ticketing.rb, line 5 def self.start(args) ts = NexposeTicketing::TicketService.new ts.setup(args) ts.start end