class Fog::Compute::Packet::OperatingSystems
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