Class: Stripe::UnhandledNotificationDetails
- Inherits:
-
Object
- Object
- Stripe::UnhandledNotificationDetails
- Defined in:
- lib/stripe/stripe_event_notification_handler.rb
Instance Attribute Summary collapse
-
#is_known_event_type ⇒ Object
readonly
Returns the value of attribute is_known_event_type.
Instance Method Summary collapse
-
#initialize(is_known_event_type) ⇒ UnhandledNotificationDetails
constructor
A new instance of UnhandledNotificationDetails.
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_type ⇒ Object (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 |