Module: XRay::FacadeMetadata
- Defined in:
- lib/aws-xray-sdk/model/metadata.rb
Overview
Singleton facade metadata class doing no-op for performance in case of not sampled X-Ray entities.
Class Method Summary collapse
Class Method Details
.[](key) ⇒ Object
60 61 62 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 60 def [](key) # no-op end |
.[]=(k, v) ⇒ Object
64 65 66 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 64 def []=(k, v) # no-op end |
.to_h ⇒ Object
72 73 74 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 72 def to_h # no-op end |
.update(h) ⇒ Object
68 69 70 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 68 def update(h) # no-op end |