class PubSubModelSync::MockGoogleService
Public Instance Methods
topic(*_args)
click to toggle source
# File lib/pub_sub_model_sync/mock_google_service.rb, line 51 def topic(*_args) @topic ||= MockTopic.new end
Also aliased as: create_topic