class Mercury::Fake::Subscriber

Attributes

handle_capacity[RW]
handler[R]

Public Class Methods

new(handler, handle_capacity) click to toggle source
# File lib/mercury/fake/subscriber.rb, line 7
def initialize(handler, handle_capacity)
  @handler = handler
  @handle_capacity = handle_capacity
end