Class: Agents::UnhandleableRequestResponse

Inherits:
Response
  • Object
show all
Defined in:
lib/responses/unhandleable_request_response.rb

Instance Attribute Summary

Attributes inherited from Response

#response_text

Instance Method Summary collapse

Constructor Details

#initialize(request:) ⇒ UnhandleableRequestResponse

Returns a new instance of UnhandleableRequestResponse.



3
4
5
# File 'lib/responses/unhandleable_request_response.rb', line 3

def initialize(request:)
  super("Sorry, I'm not sure how to handle that.")
end