# File lib/fog/ecloud/models/compute/login_banners.rb, line 17
        def get(uri)
          if data = service.get_login_banner(uri)
            new(data.body)
          end
        rescue Fog::Errors::NotFound
          nil
        end