Class: Fog::Vcloud::Compute::Tag
- Defined in:
- lib/fog/vcloud/models/compute/tag.rb
Instance Attribute Summary
Attributes inherited from Model
Instance Method Summary collapse
Methods inherited from Model
has_up, #link_up, #load_unless_loaded!, #reload
Instance Method Details
#destroy ⇒ Object
12 13 14 |
# File 'lib/fog/vcloud/models/compute/tag.rb', line 12 def destroy service.(href) end |