Class: Stripe::Events::V2CoreHealthEventGenerationFailureResolvedEvent
- Inherits:
-
V2::Core::Event
- Object
- StripeObject
- APIResource
- V2::Core::Event
- Stripe::Events::V2CoreHealthEventGenerationFailureResolvedEvent
- Defined in:
- lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb
Overview
Occurs when an event generation failure alert is resolved.
Defined Under Namespace
Classes: V2CoreHealthEventGenerationFailureResolvedEventData
Constant Summary
Constants inherited from V2::Core::Event
Constants inherited from APIResource
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#data ⇒ Object
readonly
Returns the value of attribute data.
Attributes inherited from V2::Core::Event
#changes, #context, #created, #id, #livemode, #object, #reason, #type
Attributes inherited from APIResource
Attributes inherited from StripeObject
Class Method Summary collapse
Methods inherited from V2::Core::Event
Methods inherited from APIResource
class_name, custom_method, object_name, #refresh, #request_stripe_object, resource_url, #resource_url, retrieve, save_nested_resource
Methods included from APIOperations::Request
Methods inherited from StripeObject
#==, #[], #[]=, #_get_inner_class_type, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, field_encodings, field_remappings, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#data ⇒ Object (readonly)
Returns the value of attribute data.
68 69 70 |
# File 'lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb', line 68 def data @data end |
Class Method Details
.inner_class_types ⇒ Object
65 66 67 |
# File 'lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb', line 65 def self.inner_class_types @inner_class_types = { data: V2CoreHealthEventGenerationFailureResolvedEventData } end |
.lookup_type ⇒ Object
8 9 10 |
# File 'lib/stripe/events/v2_core_health_event_generation_failure_resolved_event.rb', line 8 def self.lookup_type "v2.core.health.event_generation_failure.resolved" end |