class ChefApply::CLI::OptionValidationError

Attributes

command[R]

Public Class Methods

new(id, calling_command, *args) click to toggle source
Calls superclass method ChefApply::ErrorNoLogs::new
# File lib/chef_apply/cli/validation.rb, line 93
def initialize(id, calling_command, *args)
  super(id, *args)
  # TODO - this is getting cumbersome - move them to constructor options hash in base
  @decorate = false
  @command = calling_command
end