Class: HookBridge::DLQMessage

Inherits:
BaseModel show all
Defined in:
lib/hookbridge/types.rb

Instance Method Summary collapse

Methods inherited from BaseModel

#method_missing, #respond_to_missing?, #to_h

Constructor Details

#initialize(data) ⇒ DLQMessage

Returns a new instance of DLQMessage.



111
112
113
# File 'lib/hookbridge/types.rb', line 111

def initialize(data)
  super(data, time_fields: %w[failed_at])
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class HookBridge::BaseModel