Module: XRay::FacadeAnnotations
- Defined in:
- lib/aws-xray-sdk/model/annotations.rb
Overview
Singleton facade annotations class doing no-op for performance in case of not sampled X-Ray entities.
Class Method Summary collapse
Class Method Details
.[](key) ⇒ Object
80 81 82 |
# File 'lib/aws-xray-sdk/model/annotations.rb', line 80 def [](key) # no-op end |
.[]=(k, v) ⇒ Object
84 85 86 |
# File 'lib/aws-xray-sdk/model/annotations.rb', line 84 def []=(k, v) # no-op end |
.to_h ⇒ Object
92 93 94 |
# File 'lib/aws-xray-sdk/model/annotations.rb', line 92 def to_h # no-op end |
.update(h) ⇒ Object
88 89 90 |
# File 'lib/aws-xray-sdk/model/annotations.rb', line 88 def update(h) # no-op end |