Class: A2A::Server::DeleteTaskPushNotificationConfig
- Inherits:
-
Object
- Object
- A2A::Server::DeleteTaskPushNotificationConfig
- Defined in:
- lib/a2a/server/delete_task_push_notification_config.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
9 10 11 |
# File 'lib/a2a/server/delete_task_push_notification_config.rb', line 9 def call(env) env["a2a.result"] = nil # google.protobuf.Empty end |