Class: Fog::Vcloud::Compute::Tags
- Inherits:
-
Fog::Vcloud::Collection
- Object
- Collection
- Fog::Vcloud::Collection
- Fog::Vcloud::Compute::Tags
- Defined in:
- lib/fog/vcloud/models/compute/tags.rb
Instance Method Summary collapse
Methods inherited from Fog::Vcloud::Collection
Instance Method Details
#all ⇒ Object
13 14 15 16 |
# File 'lib/fog/vcloud/models/compute/tags.rb', line 13 def all = service.(self.href) load(.body[:MetadataEntry]) if .body[:MetadataEntry] end |
#create(opts) ⇒ Object
24 25 26 |
# File 'lib/fog/vcloud/models/compute/tags.rb', line 24 def create(opts) service.(opts.merge(href: href)) end |