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