Class: Foobara::CommandConnectors::Http::Rack::Response
- Inherits:
-
Foobara::CommandConnectors::Http::Response
- Object
- Foobara::CommandConnector::Response
- Foobara::CommandConnectors::Http::Response
- Foobara::CommandConnectors::Http::Rack::Response
- Defined in:
- foobara-rack-connector-0.1.1/lib/foobara/command_connectors/http/rack/response.rb
Instance Attribute Summary
Attributes inherited from Foobara::CommandConnectors::Http::Response
Attributes inherited from Foobara::CommandConnector::Response
Instance Method Summary collapse
- #add_cookie ⇒ Object
-
#initialize ⇒ Response
constructor
A new instance of Response.
Methods inherited from Foobara::CommandConnectors::Http::Response
Methods inherited from Foobara::CommandConnector::Response
#command, #error, #outcome, #success?
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 |