class Chef::Resource::Download

Attributes

exist[RW]

@!attribute [rw] installed

@return [TrueClass, FalseClass] True if resource exists.

Public Instance Methods

exist?() click to toggle source

Determine if the resource exists. This value is set by the provider when the current resource is loaded.

@see Dsccsetup#action_create

@return [Boolean]

@api public

# File lib/garcon/chef/provider/download.rb, line 81
def exist?
  !!@exist
end