Class: OpenNebula::Pool
- Inherits:
-
Object
- Object
- OpenNebula::Pool
- Defined in:
- service/objects/pool.rb
Overview
Extensions for OpenNebula Pool
Instance Method Summary collapse
-
#to_hash! ⇒ Object
Returns Pool hash after info_all! (so that contains all children objects).
Instance Method Details
#to_hash! ⇒ Object
Returns Pool hash after info_all! (so that contains all children objects)
4 5 6 |
# File 'service/objects/pool.rb', line 4 def to_hash! info_all! || to_hash end |