Fog::Collection
# File lib/fog/google/models/compute/projects.rb, line 10 def get(identity) if project = service.get_project(identity).body new(project) end rescue Fog::Errors::NotFound nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.