# File lib/fog/brightbox/requests/compute/get_application.rb, line 15 def get_application(identifier, options = {}) return nil if identifier.nil? || identifier == "" wrapped_request("get", "/1.0/applications/#{identifier}", [200], options) end