Class: Interceptors::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



51
52
53
54
# File 'lib/interceptors.rb', line 51

def initialize
  @notification_namespace = "use_case"
  @logger = nil
end

Instance Attribute Details

#loggerObject

Returns the value of attribute logger.



49
50
51
# File 'lib/interceptors.rb', line 49

def logger
  @logger
end

#notification_namespaceObject

Returns the value of attribute notification_namespace.



49
50
51
# File 'lib/interceptors.rb', line 49

def notification_namespace
  @notification_namespace
end