Class: TraceViz::Context::BaseContext
- Inherits:
-
Object
- Object
- TraceViz::Context::BaseContext
- Defined in:
- lib/trace_viz/context/base_context.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(**options) ⇒ BaseContext
constructor
A new instance of BaseContext.
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(**) = end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
6 7 8 |
# File 'lib/trace_viz/context/base_context.rb', line 6 def end |