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