class YARD::CodeObjects::Chef::Action

Simple class to handle actions

Attributes

docstring[RW]
identifier[RW]
line[RW]
source[RW]

Public Class Methods

new(h) click to toggle source
# File lib/yard-chefdoc/code_objects/resource.rb, line 65
def initialize(h)
  h.each { |k, v| instance_variable_set("@#{k}", v) }
end