Class: Stripe::UnhandledNotificationDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/stripe/stripe_event_notification_handler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(is_known_event_type) ⇒ UnhandledNotificationDetails

Returns a new instance of UnhandledNotificationDetails.



7
8
9
# File 'lib/stripe/stripe_event_notification_handler.rb', line 7

def initialize(is_known_event_type)
  @is_known_event_type = is_known_event_type
end

Instance Attribute Details

#is_known_event_typeObject (readonly)

Returns the value of attribute is_known_event_type.



5
6
7
# File 'lib/stripe/stripe_event_notification_handler.rb', line 5

def is_known_event_type
  @is_known_event_type
end