Sha256: 8ff9b4819facb9611c87276285bb907eba2862d69b68164829e05e61046cc792
Contents?: true
Size: 538 Bytes
Versions: 7
Compression:
Stored size: 538 Bytes
Contents
module Rack::Insight::Instrumentation module EigenClient def self.included(base) # Once a panel is probed self.is_probing should be set to true # Panels without tables override with self.has_table = false # check is_magic to wrap any functionality targeted at magic panels. base.send(:attr_accessor, :is_probing) base.send(:attr_accessor, :has_table) base.send(:attr_accessor, :table) base.send(:attr_accessor, :is_magic) base.send(:attr_accessor, :template_root) end end end
Version data entries
7 entries across 7 versions & 1 rubygems