Method: PoolParty::Resource#does_not_exist!

Defined in:
lib/poolparty/resource.rb

#does_not_exist!Object

The resource should be removed or deleted from the remote system



111
112
113
114
# File 'lib/poolparty/resource.rb', line 111

def does_not_exist!
  @exists = false
  false
end