Module: RailwayIpc::RPC::PublishLocationConfigurable

Included in:
Client
Defined in:
lib/railway_ipc/rpc/concerns/publish_location_configurable.rb

Instance Method Summary collapse

Instance Method Details

#exchange_nameObject



10
11
12
# File 'lib/railway_ipc/rpc/concerns/publish_location_configurable.rb', line 10

def exchange_name
  @exchange_name
end

#publish_to(exchange:) ⇒ Object



6
7
8
# File 'lib/railway_ipc/rpc/concerns/publish_location_configurable.rb', line 6

def publish_to(exchange:)
  @exchange_name = exchange
end