Class Grape::ServeFile::FileResponse
In: lib/grape/serve_file/file_response.rb
Parent: Object

A simple class used to identify responses which represent files and do not need to be formatted or pre-read by Rack::Response

Methods

==   new  

Attributes

file  [R] 

Public Class methods

@param file [Object]

Public Instance methods

Equality provided mostly for tests.

@return [Boolean]

[Validate]