class Fog::Compute::Google::DiskType
Public Instance Methods
reload()
click to toggle source
# 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