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
56 57 58 |
# File 'lib/bbq/test_client.rb', line 56 def initialize(app) self.app = app end |
Instance Attribute Details
#app ⇒ Object
Returns the value of attribute app.
54 55 56 |
# File 'lib/bbq/test_client.rb', line 54 def app @app end |