Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Fog::Compute::Libvirt::Interface

Public Instance Methods

destroy() click to toggle source
# File lib/fog/libvirt/models/compute/interface.rb, line 18
def destroy
  requires :raw
  raw.delete
  true
end
save() click to toggle source
# File lib/fog/libvirt/models/compute/interface.rb, line 14
def save
  raise Fog::Errors::Error.new('Creating a new interface is not yet implemented. Contributions welcome!')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.