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