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