Class: MockServer::A2A::TaskHandler Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#is_errorObject

Returns the value of attribute is_error

Returns:

  • (Object)

    the current value of is_error



78
79
80
# File 'lib/mockserver/a2a.rb', line 78

def is_error
  @is_error
end

#message_patternObject

Returns the value of attribute message_pattern

Returns:

  • (Object)

    the current value of message_pattern



78
79
80
# File 'lib/mockserver/a2a.rb', line 78

def message_pattern
  @message_pattern
end

#response_textObject

Returns the value of attribute response_text

Returns:

  • (Object)

    the current value of response_text



78
79
80
# File 'lib/mockserver/a2a.rb', line 78

def response_text
  @response_text
end