Class: A2A::Server::ListTaskPushNotificationConfigs

Inherits:
Object
  • Object
show all
Defined in:
lib/a2a/server/list_task_push_notification_configs.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



9
10
11
# File 'lib/a2a/server/list_task_push_notification_configs.rb', line 9

def call(env)
  env["a2a.result"] = Schema["List Task Push Notification Configs Response"].new({})
end