Class: Bbq::TestClient::RackTest
- Inherits:
-
Object
- Object
- Bbq::TestClient::RackTest
- Includes:
- ConvertHeaders, Rack::Test::Methods
- Defined in:
- lib/bbq/test_client.rb
Defined Under Namespace
Modules: ConvertHeaders
Instance Attribute Summary collapse
-
#app ⇒ Object
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ RackTest
constructor
A new instance of RackTest.
Methods included from ConvertHeaders
Constructor Details
#initialize(app) ⇒ RackTest
Returns a new instance of RackTest.
57 58 59 |
# File 'lib/bbq/test_client.rb', line 57 def initialize(app) self.app = app end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
55 56 57 |
# File 'lib/bbq/test_client.rb', line 55 def app @app end |