Class: Fog::Compute::XenServer::Vbds
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::XenServer::Vbds
- Defined in:
- lib/fog/xenserver/models/compute/vbds.rb
Instance Method Summary collapse
- #all(options = {}) ⇒ Object
- #get(vbd_ref) ⇒ Object
-
#initialize(attributes) ⇒ Vbds
constructor
A new instance of Vbds.
Constructor Details
#initialize(attributes) ⇒ Vbds
Returns a new instance of Vbds.
10 11 12 |
# File 'lib/fog/xenserver/models/compute/vbds.rb', line 10 def initialize(attributes) super end |
Instance Method Details
#all(options = {}) ⇒ Object
14 15 16 17 |
# File 'lib/fog/xenserver/models/compute/vbds.rb', line 14 def all( = {}) data = service.get_records 'VBD' load(data) end |