class PubSubModelSync::MockGoogleService::MockSubscriber

Public Instance Methods

start() click to toggle source
# File lib/pub_sub_model_sync/mock_google_service.rb, line 12
def start
  true
end
stop() click to toggle source
# File lib/pub_sub_model_sync/mock_google_service.rb, line 16
def stop
  @stop ||= MockStop.new
end
Also aliased as: stop!
stop!()
Alias for: stop