class Fog::Compute::Google::DiskType

Public Instance Methods

reload() click to toggle source
# File lib/fog/compute/google/models/disk_type.rb, line 16
def reload
  requires :identity, :zone

  data = collection.get(identity, zone)
  merge_attributes(data.attributes)
  self
end