class Fog::Compute::CloudSigma::MountPoint
Public Instance Methods
drive()
click to toggle source
# File lib/fog/cloudsigma/models/mountpoint.rb, line 12 def drive drive = attributes[:drive] drive.kind_of?(Hash) ? drive['uuid'] : drive end
Also aliased as: volume
drive=(new_drive)
click to toggle source
# File lib/fog/cloudsigma/models/mountpoint.rb, line 18 def drive=(new_drive) attributes[:drive] = new_drive end