Class: Fog::Compute::IBM::Vlans
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::IBM::Vlans
- Defined in:
- lib/fog/ibm/models/compute/vlans.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 |
# File 'lib/fog/ibm/models/compute/vlans.rb', line 10 def all load(service.list_vlans.body['vlan']) end |