class ChefApply::Action::MissingOptions

Public Class Methods

new(*args) click to toggle source
Calls superclass method ChefApply::Error::new
# File lib/chef_apply/action/generate_temp_cookbook.rb, line 83
def initialize(*args); super("CHEFAPI001", *args); end