Method: Chef::Resource#allowed_actions

Defined in:
lib/chef/resource.rb

#allowed_actions(value = NOT_PASSED) ⇒ Object



892
893
894
895
896
897
# File 'lib/chef/resource.rb', line 892

def allowed_actions(value = NOT_PASSED)
  if value != NOT_PASSED
    self.allowed_actions = value
  end
  @allowed_actions
end