Class: A2A::GetTaskResponse

Inherits:
JSONRPC::Response
  • Object
show all
Defined in:
lib/a2a/types/get_task_response.rb

Overview

Response to a ‘tasks/get` request. Contains the Task object or an error.

Instance Method Summary collapse

Instance Method Details

#errorJSONRPC::Error?



10
# File 'lib/a2a/types/get_task_response.rb', line 10

attribute? :error, Types::Constructor(JSONRPC::Error).optional

#resultTask?



7
# File 'lib/a2a/types/get_task_response.rb', line 7

attribute? :result, Types::Constructor(Task).optional