Sha256: 0fb971eab133dc8028a69696ccc85f5128f3b18e9795ac3d4fcff09c540ecbe4

Contents?: true

Size: 196 Bytes

Versions: 21

Compression:

Stored size: 196 Bytes

Contents

class Tabulatr::Responses::FileResponse < Tabulatr::Responses::DirectResponse
  attr_accessor :file, :options

  def initialize(file, options={})
    @file = file
    @options = options
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
tabulatr2-0.10.4 lib/tabulatr/responses/file_response.rb
tabulatr2-0.10.3 lib/tabulatr/responses/file_response.rb
tabulatr2-0.10.2 lib/tabulatr/responses/file_response.rb
tabulatr2-0.10.1 lib/tabulatr/responses/file_response.rb
tabulatr2-0.10.0 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.48 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.47 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.46 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.45 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.44 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.43 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.42 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.41 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.40 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.39 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.38 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.37 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.36 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.35 lib/tabulatr/responses/file_response.rb
tabulatr2-0.9.34 lib/tabulatr/responses/file_response.rb