Class: YARD::CodeObjects::Chef::ActionObject

Inherits:
ChefObject
  • Object
show all
Defined in:
lib/yard-chef/code_objects/action_object.rb

Overview

Instance Attribute Summary

Attributes inherited from ChefObject

#docstring_type

Instance Method Summary collapse

Methods inherited from ChefObject

#children_by_type, #cookbooks, register, register_element

Constructor Details

#initialize(namespace, name) ⇒ ActionObject

Creates a new instance of the ActionObject

Parameters:

  • namespace (NamespaceObject)

    namespace to which the action belongs

  • name (String)

    name of the action



38
39
40
# File 'lib/yard-chef/code_objects/action_object.rb', line 38

def initialize(namespace, name)
  super(namespace, name)
end