Class: Chef::Resource::Recovery

Inherits:
Struct show all
Defined in:
lib/garcon/chef/provider/recovery.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#attributes, #object_state

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



65
66
67
# File 'lib/garcon/chef/provider/recovery.rb', line 65

def block
  @block
end

#exceptionsObject

Returns the value of attribute exceptions

Returns:

  • (Object)

    the current value of exceptions



65
66
67
# File 'lib/garcon/chef/provider/recovery.rb', line 65

def exceptions
  @exceptions
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



65
66
67
# File 'lib/garcon/chef/provider/recovery.rb', line 65

def options
  @options
end