Method: PoolParty::Resource#after_loaded_requires_parent

Defined in:
lib/poolparty/resource.rb

#after_loaded_requires_parentObject



123
124
125
# File 'lib/poolparty/resource.rb', line 123

def after_loaded_requires_parent
  requires parent if parent && !parent.is_a?(PoolParty::Cloud) && !parent.is_a?(PoolParty::Pool)
end