Fog::Model
# File lib/fog/cloudsigma/models/mountpoint.rb, line 12 def drive drive = attributes[:drive] drive.kind_of?(Hash) ? drive['uuid'] : drive end
# File lib/fog/cloudsigma/models/mountpoint.rb, line 18 def drive=(new_drive) attributes[:drive] = new_drive end
[Validate]
Generated with the Darkfish Rdoc Generator 2.