Class: HookBridge::DeleteEventResult
- Defined in:
- lib/hookbridge/types.rb
Instance Method Summary collapse
-
#initialize(data) ⇒ DeleteEventResult
constructor
A new instance of DeleteEventResult.
Methods inherited from BaseModel
#method_missing, #respond_to_missing?, #to_h
Constructor Details
#initialize(data) ⇒ DeleteEventResult
Returns a new instance of DeleteEventResult.
528 529 530 |
# File 'lib/hookbridge/types.rb', line 528 def initialize(data) super(data, time_fields: %w[deleted_at]) end |
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class HookBridge::BaseModel