Sha256: 6020690e19c332701128eac1b3c8670d2de842a904e0b12743afb5bfec31f039

Contents?: true

Size: 195 Bytes

Versions: 21

Compression:

Stored size: 195 Bytes

Contents

class Tabulatr::Responses::RawResponse < Tabulatr::Responses::DirectResponse
  attr_accessor :data, :options

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

Version data entries

21 entries across 21 versions & 1 rubygems

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