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
64 65 66 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 64 def [](key) # no-op end |
.[]=(k, v) ⇒ Object
68 69 70 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 68 def []=(k, v) # no-op end |
.to_h ⇒ Object
76 77 78 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 76 def to_h # no-op end |
.update(h) ⇒ Object
72 73 74 |
# File 'lib/aws-xray-sdk/model/metadata.rb', line 72 def update(h) # no-op end |