Class: Fog::Vcloud::Compute::Tag

Inherits:
Model
  • Object
show all
Defined in:
lib/fog/vcloud/models/compute/tag.rb

Instance Attribute Summary

Attributes inherited from Model

#loaded

Instance Method Summary collapse

Methods inherited from Model

has_up, #link_up, #load_unless_loaded!, #reload

Instance Method Details

#destroyObject



12
13
14
# File 'lib/fog/vcloud/models/compute/tag.rb', line 12

def destroy
  service.(href)
end