Class: Foobara::CommandConnectors::Http::Rack::Response
- Inherits:
-
Http::Response
- Object
- Http::Response
- Foobara::CommandConnectors::Http::Rack::Response
- Defined in:
- lib/foobara/command_connectors/http/rack/response.rb
Instance Method Summary collapse
- #add_cookie ⇒ Object
-
#initialize ⇒ Response
constructor
A new instance of Response.
Constructor Details
#initialize ⇒ Response
Returns a new instance of Response.
6 7 8 9 |
# File 'lib/foobara/command_connectors/http/rack/response.rb', line 6 def initialize(...) super end |
Instance Method Details
#add_cookie ⇒ Object
11 12 13 14 |
# File 'lib/foobara/command_connectors/http/rack/response.rb', line 11 def (...) super end |