Class: Fog::Compute::HPV2::Addresses
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::HPV2::Addresses
- Defined in:
- lib/fog/hp/models/compute_v2/addresses.rb
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/hp/models/compute_v2/addresses.rb', line 10 def all data = service.list_addresses.body['floating_ips'] load(data) end |