Class: PubSubModelSync::MockGoogleService::MockSubscription

Inherits:
Object
  • Object
show all
Defined in:
lib/pub_sub_model_sync/mock_google_service.rb

Instance Method Summary collapse

Instance Method Details

#listen(*_args) ⇒ Object



27
28
29
# File 'lib/pub_sub_model_sync/mock_google_service.rb', line 27

def listen(*_args)
  @listen ||= MockSubscriber.new
end