Method: TalonOne::BaseNotificationWebhook#eql?

Defined in:
lib/talon_one/models/base_notification_webhook.rb

#eql?(o) ⇒ Boolean

Parameters:

  • Object (Object)

    to be compared

Returns:

  • (Boolean)

See Also:

  • `==` method


151
152
153
# File 'lib/talon_one/models/base_notification_webhook.rb', line 151

def eql?(o)
  self == o
end