Class: Fog::Compute::Google::Project
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Google::Project
- Defined in:
- lib/fog/compute/google/models/project.rb
Overview
Represents a Project resource
Instance Method Summary collapse
Instance Method Details
#set_metadata(metadata = {}) ⇒ Object
19 20 21 22 23 24 |
# File 'lib/fog/compute/google/models/project.rb', line 19 def ( = {}) requires :identity operation = service.(identity, ["fingerprint"], ) Fog::Compute::Google::Operations.new(:service => service).get(operation.id) end |