# File lib/fog/brightbox/models/compute/load_balancers.rb, line 14 def get(identifier) data = service.get_load_balancer(identifier) new(data) rescue Excon::Errors::NotFound nil end