Module: GoogleSubscriber::Configuration

Included in:
GRPC, GoogleSubscriber
Defined in:
lib/google_subscriber/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#google_credentialsObject

Returns the value of attribute google_credentials.



6
7
8
# File 'lib/google_subscriber/configuration.rb', line 6

def google_credentials
  @google_credentials
end

#google_project_idObject

Returns the value of attribute google_project_id.



6
7
8
# File 'lib/google_subscriber/configuration.rb', line 6

def google_project_id
  @google_project_id
end

#loggerObject

Returns the logger You can define the logger when you configure GoogleSubscriber if you want to use a different logger than the default Ruby Logger.



12
13
14
# File 'lib/google_subscriber/configuration.rb', line 12

def logger
  @logger ||= ::Logger.new(STDOUT)
end

#subscription_listen_argsObject

Returns the value of attribute subscription_listen_args.



6
7
8
# File 'lib/google_subscriber/configuration.rb', line 6

def subscription_listen_args
  @subscription_listen_args
end