Method: PoolParty::Resource#cloud

Defined in:
lib/poolparty/resource.rb

#cloudObject

DSL METHODS Get access to the cloud that contains this resource



149
150
151
# File 'lib/poolparty/resource.rb', line 149

def cloud
  get_parent_of_class(PoolParty::Cloud)
end