Class: MockServer::A2A::TaskHandler Private
- Inherits:
-
Struct
- Object
- Struct
- MockServer::A2A::TaskHandler
- Defined in:
- lib/mockserver/a2a.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#is_error ⇒ Object
Returns the value of attribute is_error.
-
#message_pattern ⇒ Object
Returns the value of attribute message_pattern.
-
#response_text ⇒ Object
Returns the value of attribute response_text.
Instance Attribute Details
#is_error ⇒ Object
Returns the value of attribute is_error
78 79 80 |
# File 'lib/mockserver/a2a.rb', line 78 def is_error @is_error end |
#message_pattern ⇒ Object
Returns the value of attribute message_pattern
78 79 80 |
# File 'lib/mockserver/a2a.rb', line 78 def @message_pattern end |
#response_text ⇒ Object
Returns the value of attribute response_text
78 79 80 |
# File 'lib/mockserver/a2a.rb', line 78 def response_text @response_text end |