Class: Fog::Compute::Google::Flavor
- Inherits:
-
Model
- Object
- Model
- Fog::Compute::Google::Flavor
- Defined in:
- lib/fog/google/models/compute/flavor.rb
Instance Method Summary collapse
Instance Method Details
#reload ⇒ Object
23 24 25 26 27 28 29 |
# File 'lib/fog/google/models/compute/flavor.rb', line 23 def reload requires :identity, :zone data = collection.get(identity, self.zone) merge_attributes(data.attributes) self end |