Class: A2A::Models::PushNotificationConfig

Inherits:
Base
  • Object
show all
Defined in:
lib/simple_a2a/models/push_notification_config.rb

Instance Method Summary collapse

Methods inherited from Base

#==, attribute, attributes, from_hash, inherited, #initialize, #to_h, #to_json

Constructor Details

This class inherits a constructor from A2A::Models::Base

Instance Method Details

#valid?Boolean

Returns:

  • (Boolean)


12
13
14
# File 'lib/simple_a2a/models/push_notification_config.rb', line 12

def valid?
  !webhook_url.nil? && !webhook_url.empty?
end