# File lib/fog/aws/models/elb/load_balancer.rb, line 193 def add_tags(new_tags) requires :id service.add_tags(id, new_tags) tags end