# File lib/fog/aws/models/compute/internet_gateway.rb, line 25 def attach(vpc_id) requires :id service.attach_internet_gateway(id, vpc_id) reload end