Class AmqpUtils::Command
In: lib/amqp_utils/command.rb
Parent: Object

Methods

amqp   channel   command_name   go   mq   new   process_options   run   validate   version  

Included Modules

Clio::Terminal

Attributes

args  [R] 
options  [R] 

Public Class methods

Public Instance methods

mq()

Alias for channel

Called to validate that the supplied command line options and arguments are valid. If there is a problem with the supplied values, Trollop::die should be called.

Subclasses should override this method and do their validation.

[Validate]