Class: EventTracer::MetricLogger
- Inherits:
-
BasicDecorator
- Object
- Delegator
- BasicDecorator
- EventTracer::MetricLogger
- Defined in:
- lib/event_tracer/metric_logger.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#allowed_tags ⇒ Object
readonly
Returns the value of attribute allowed_tags.
Method Summary
Methods inherited from BasicDecorator
#__getobj__, #__setobj__, #fail_result, #initialize, #success_result
Constructor Details
This class inherits a constructor from EventTracer::BasicDecorator
Instance Attribute Details
#allowed_tags ⇒ Object (readonly)
Returns the value of attribute allowed_tags.
6 7 8 |
# File 'lib/event_tracer/metric_logger.rb', line 6 def @allowed_tags end |