Method: Webhookdb::API::WebhookSubscriptionEntity.display_headers

Defined in:
lib/webhookdb/api/entities.rb

.display_headersObject



117
118
119
120
121
122
123
124
125
# File 'lib/webhookdb/api/entities.rb', line 117

def self.display_headers
  return [
    [:opaque_id, "Id"],
    [:deliver_to_url, "Url"],
    [:status, "Status"],
    [:associated_type, "Associated Type"],
    [:associated_id, "Associated Id"],
  ]
end