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



23
24
25
# File 'lib/pub_sub_model_sync/mock_google_service.rb', line 23

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