# File lib/fog/aws/models/compute/addresses.rb, line 82
        def get(public_ip)
          if public_ip
            self.class.new(:service => service).all('public-ip' => public_ip).first
          end
        end