Class: TraceViz::Context::BaseContext

Inherits:
Object
  • Object
show all
Defined in:
lib/trace_viz/context/base_context.rb

Direct Known Subclasses

ConfigContext, TrackingContext

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**options) ⇒ BaseContext

Returns a new instance of BaseContext.



8
9
10
# File 'lib/trace_viz/context/base_context.rb', line 8

def initialize(**options)
  @options = options
end

Instance Attribute Details

#optionsObject (readonly)

Returns the value of attribute options.



6
7
8
# File 'lib/trace_viz/context/base_context.rb', line 6

def options
  @options
end