Class: Fog::Compute::Google::Flavor

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/google/models/compute/flavor.rb

Instance Method Summary collapse

Instance Method Details

#reloadObject



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