Parent

Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Google::Projects

Public Instance Methods

get(identity) click to toggle source
# 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.