Method: Train::Extras::CommandWrapperBase#verify

Defined in:
lib/train/extras/command_wrapper.rb

#verifyAny

Verify that the command wrapper is initialized properly and working.

Returns:

  • (Any)

    verification result, nil if all went well, otherwise a message



14
15
16
# File 'lib/train/extras/command_wrapper.rb', line 14

def verify
  fail Train::ClientError, "#{self.class} does not implement #verify()"
end