class Tabulatr::Responses::FileResponse

Attributes

file[RW]
options[RW]

Public Class Methods

new(file, options={}) click to toggle source
# File lib/tabulatr/responses/file_response.rb, line 4
def initialize(file, options={})
  @file = file
  @options = options
end