module XRay::FacadeAnnotations

Singleton facade annotations class doing no-op for performance in case of not sampled X-Ray entities.

Public Class Methods

[](key) click to toggle source
# File lib/aws-xray-sdk/model/annotations.rb, line 80
def [](key)
  # no-op
end
[]=(k, v) click to toggle source
# File lib/aws-xray-sdk/model/annotations.rb, line 84
def []=(k, v)
  # no-op
end
to_h() click to toggle source
# File lib/aws-xray-sdk/model/annotations.rb, line 92
def to_h
  # no-op
end
update(h) click to toggle source
# File lib/aws-xray-sdk/model/annotations.rb, line 88
def update(h)
  # no-op
end