Fog::Ecloud::Collection
# File lib/fog/ecloud/models/compute/operating_systems.rb, line 12 def all load(data) end
# File lib/fog/ecloud/models/compute/operating_systems.rb, line 16 def get(uri) if data = service.get_operating_system(uri) new(data.body) end rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.