class AppDynamics::BusinessTransactions::Transaction

Public Instance Methods

matches?(env) click to toggle source
# File lib/app_dynamics/business_transactions.rb, line 55
def matches?(env)
  false
end
name_for(env) click to toggle source
# File lib/app_dynamics/business_transactions.rb, line 51
def name_for(env)
  nil
end