class YARD::CodeObjects::Chef::Property

Simple class to handle Properties and their specifics Full docs here www.rubydoc.info/gems/chef/Chef%2FMixin%2FProperties%2FClassMethods:property

Attributes

docstring[RW]
identifier[RW]
options[RW]
type[RW]

Public Class Methods

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