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

Methods

amqp   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

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

Subclasses show override this method and do their validation.

[Validate]