Class: A2A::Server::GetTaskPushNotificationConfig
- Inherits:
-
Object
- Object
- A2A::Server::GetTaskPushNotificationConfig
- Defined in:
- lib/a2a/server/get_task_push_notification_config.rb
Instance Method Summary collapse
Instance Method Details
#call(env) ⇒ Object
9 10 11 |
# File 'lib/a2a/server/get_task_push_notification_config.rb', line 9 def call(env) env["a2a.result"] = Schema["Task Push Notification Config"].new({}) end |