Class: Chasqui::Subscriber

Inherits:
Struct
  • Object
show all
Defined in:
lib/chasqui/subscriber.rb

Instance Attribute Summary collapse

Instance Attribute Details

#channelObject

Returns the value of attribute channel

Returns:

  • (Object)

    the current value of channel



2
3
4
# File 'lib/chasqui/subscriber.rb', line 2

def channel
  @channel
end

#queueObject

Returns the value of attribute queue

Returns:

  • (Object)

    the current value of queue



2
3
4
# File 'lib/chasqui/subscriber.rb', line 2

def queue
  @queue
end

#workerObject

Returns the value of attribute worker

Returns:

  • (Object)

    the current value of worker



2
3
4
# File 'lib/chasqui/subscriber.rb', line 2

def worker
  @worker
end