Sha256: 23d2e552a0692c083028ccac74e58d417ace2bf420fe72dc2409a3964a590926

Contents?: true

Size: 408 Bytes

Versions: 4

Compression:

Stored size: 408 Bytes

Contents

class Api::V1::Webhooks::Outgoing::DeliverySerializer < Api::V1::ApplicationSerializer
  set_type "webhooks/outgoing/delivery"

  attributes :id,
    :endpoint_id,
    :event_id,
    :endpoint_url,
    :delivered_at,
    # 🚅 super scaffolding will insert new fields above this line.
    :created_at,
    :updated_at

  belongs_to :endpoint, serializer: Api::V1::Webhooks::Outgoing::EndpointSerializer
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
bullet_train-outgoing_webhooks-1.0.5 app/serializers/api/v1/webhooks/outgoing/delivery_serializer.rb
bullet_train-outgoing_webhooks-1.0.4 app/serializers/api/v1/webhooks/outgoing/delivery_serializer.rb
bullet_train-outgoing_webhooks-api-1.0.0 app/serializers/api/v1/webhooks/outgoing/delivery_serializer.rb
bullet_train-outgoing_webhooks-serializers-1.0.0 app/serializers/api/v1/webhooks/outgoing/delivery_serializer.rb