class Fog::Compute::Packet::OperatingSystems

Plans

Public Instance Methods

all() click to toggle source
# File lib/fog/compute/packet/models/operating_systems.rb, line 10
def all
  response = service.list_operating_systems
  load(response.body["operating_systems"])
end