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