Class: Warren::Handler::Log::Exchange

Inherits:
Struct
  • Object
show all
Defined in:
lib/warren/handler/log.rb

Overview

Small object to track exchange properties for logging purposes

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



51
52
53
# File 'lib/warren/handler/log.rb', line 51

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



51
52
53
# File 'lib/warren/handler/log.rb', line 51

def options
  @options
end