Class: Webspicy::RackTestClient::RackHandler
- Inherits:
-
Object
- Object
- Webspicy::RackTestClient::RackHandler
- Includes:
- Rack::Test::Methods
- Defined in:
- lib/webspicy/client/rack_test_client.rb
Overview
class Factory
Instance Attribute Summary collapse
-
#app ⇒ Object
readonly
Returns the value of attribute app.
Instance Method Summary collapse
-
#initialize(app) ⇒ RackHandler
constructor
A new instance of RackHandler.
Constructor Details
#initialize(app) ⇒ RackHandler
Returns a new instance of RackHandler.
49 50 51 |
# File 'lib/webspicy/client/rack_test_client.rb', line 49 def initialize(app) @app = app end |
Instance Attribute Details
#app ⇒ Object (readonly)
Returns the value of attribute app.
52 53 54 |
# File 'lib/webspicy/client/rack_test_client.rb', line 52 def app @app end |