Method: Webhookdb::Replicator::TransistorEpisodeV1.descriptor
- Defined in:
- lib/webhookdb/replicator/transistor_episode_v1.rb
.descriptor ⇒ Webhookdb::Replicator::Descriptor
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/webhookdb/replicator/transistor_episode_v1.rb', line 12 def self.descriptor return Webhookdb::Replicator::Descriptor.new( name: "transistor_episode_v1", ctor: ->(sint) { Webhookdb::Replicator::TransistorEpisodeV1.new(sint) }, feature_roles: [], resource_name_singular: "Transistor Episode", supports_backfill: true, api_docs_url: "https://developers.transistor.fm/#Episode", ) end |