Class: Fog::Compute::Packet::OperatingSystems

Inherits:
Fog::Collection
  • Object
show all
Defined in:
lib/fog/compute/packet/models/operating_systems.rb

Overview

Plans

Instance Method Summary collapse

Instance Method Details

#allObject



10
11
12
13
# File 'lib/fog/compute/packet/models/operating_systems.rb', line 10

def all
  response = service.list_operating_systems
  load(response.body["operating_systems"])
end