Method: PoolParty::Resource#pool

Defined in:
lib/poolparty/resource.rb

#poolObject

Get access to the pool that contains this resource



153
154
155
# File 'lib/poolparty/resource.rb', line 153

def pool
  get_parent_of_class(PoolParty::Pool)
end