module ChefCompat::CopiedFromChef::Chef::Resource::ActionClass::ClassMethods
Attributes
resource_class[RW]
The Chef::Resource
class this ActionClass
was declared against.
@return [Class] The Chef::Resource
class this ActionClass
was declared against.
Public Instance Methods
inspect()
click to toggle source
# File files/lib/chef_compat/copied_from_chef/chef/resource/action_class.rb, line 93 def inspect to_s end
to_s()
click to toggle source
# File files/lib/chef_compat/copied_from_chef/chef/resource/action_class.rb, line 89 def to_s "#{resource_class} action provider" end