# File lib/fog/brightbox/models/compute/collaborations.rb, line 14 def get(identifier) return nil if identifier.nil? || identifier == "" data = service.get_collaboration(identifier) new(data) rescue Excon::Errors::NotFound nil end