class ElasticAPM::Span::Context::Db
@api private
Attributes
instance[RW]
statement[RW]
type[RW]
user[RW]
Public Class Methods
new(instance: nil, statement: nil, type: nil, user: nil)
click to toggle source
# File lib/elastic_apm/span/context.rb, line 17 def initialize(instance: nil, statement: nil, type: nil, user: nil) @instance = instance @statement = statement @type = type @user = user end