Fog::Model
# File lib/fog/google/models/compute/disk_type.rb, line 18 def reload requires :identity, :zone data = collection.get(identity, self.zone) merge_attributes(data.attributes) self end