Module: Elbas::Taggable

Included in:
AMI
Defined in:
lib/elbas/taggable.rb

Instance Method Summary collapse

Instance Method Details

#tag(tags = {}) ⇒ Object



3
4
5
6
7
# File 'lib/elbas/taggable.rb', line 3

def tag(tags = {})
  with_retry do
    tags.each { |k, v| aws_counterpart.tags[k] = v }
  end
end