Class: Fog::Compute::Packet::OperatingSystems
- Inherits:
-
Fog::Collection
- Object
- Fog::Collection
- Fog::Compute::Packet::OperatingSystems
- Defined in:
- lib/fog/compute/packet/models/operating_systems.rb
Overview
Plans
Instance Method Summary collapse
Instance Method Details
#all ⇒ Object
10 11 12 13 |
# File 'lib/fog/compute/packet/models/operating_systems.rb', line 10 def all response = service. load(response.body["operating_systems"]) end |