Class: Pool

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/pool.rb

Instance Method Summary collapse

Instance Method Details

#idObject



7
# File 'app/models/pool.rb', line 7

def id; self.PoolId; end

#nameObject



8
# File 'app/models/pool.rb', line 8

def name; self.Name; end

#numvolsObject



11
# File 'app/models/pool.rb', line 11

def numvols; self.NumVols; end

#pooltypeObject



9
# File 'app/models/pool.rb', line 9

def pooltype; self.PoolType; end

#volretentionObject



10
# File 'app/models/pool.rb', line 10

def volretention; self.VolRetention; end