Sha256: d90b9764b0159b1a377fd8c3ea8caace2d1df623266458ae1e27b8337a7156b1

Contents?: true

Size: 182 Bytes

Versions: 21

Compression:

Stored size: 182 Bytes

Contents

class Tabulatr::Responses::RedirectResponse < Tabulatr::Responses::DirectResponse
  attr_accessor :url, :ids

  def initialize(url, ids: nil)
    @url = url
    @ids = ids
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

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