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