Sha256: 13e7b74272bd50cc30ae59aa3e98267c3020f8f9edb13590a9dff875e7b2734f

Contents?: true

Size: 365 Bytes

Versions: 4

Compression:

Stored size: 365 Bytes

Contents

class Api::V1::Webhooks::Outgoing::EndpointSerializer < Api::V1::ApplicationSerializer
  set_type "webhooks/outgoing/endpoint"

  attributes :id,
    :team_id,
    :name,
    :url,
    :event_type_ids,
    # 🚅 super scaffolding will insert new fields above this line.
    :created_at,
    :updated_at

  belongs_to :team, serializer: Api::V1::TeamSerializer
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/endpoint_serializer.rb
bullet_train-outgoing_webhooks-1.0.4 app/serializers/api/v1/webhooks/outgoing/endpoint_serializer.rb
bullet_train-outgoing_webhooks-api-1.0.0 app/serializers/api/v1/webhooks/outgoing/endpoint_serializer.rb
bullet_train-outgoing_webhooks-serializers-1.0.0 app/serializers/api/v1/webhooks/outgoing/endpoint_serializer.rb