Methods

Class/Module Index [+]

Quicksearch

Fog::Compute::Ecloud::DetachedDisk

Public Instance Methods

id() click to toggle source
# File lib/fog/ecloud/models/compute/detached_disk.rb, line 21
def id
  href.scan(/\d+/)[0]
end
ready?() click to toggle source
# File lib/fog/ecloud/models/compute/detached_disk.rb, line 13
def ready?
  unless status =~ /AttachInProgress|DetachInProgress/
    true
  else
    false
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.