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( = {}) with_retry do .each { |k, v| aws_counterpart.[k] = v } end end |