Module: Textus::Infra::Port::Publisher::Interface

Included in:
Textus::Infra::Port::Publisher
Defined in:
lib/textus/infra/port/publisher.rb

Instance Method Summary collapse

Instance Method Details

#publish(source:, target:, store_root:, provenance_source: nil) ⇒ Object

Raises:

  • (NotImplementedError)


16
# File 'lib/textus/infra/port/publisher.rb', line 16

def publish(source:, target:, store_root:, provenance_source: nil) = raise NotImplementedError

#unpublish(target:, store_root:) ⇒ Object

Raises:

  • (NotImplementedError)


17
# File 'lib/textus/infra/port/publisher.rb', line 17

def unpublish(target:, store_root:) = raise NotImplementedError