class Artifice::Excon::RackRequest
This is an internal object that can receive Rack requests to the application using the Rack::Test API
Attributes
app[R]
Public Class Methods
new(app)
click to toggle source
# File lib/artifice/excon.rb, line 66 def initialize(app) @app = app end