Class: D13n::Metric::Base
- Inherits:
-
Object
- Object
- D13n::Metric::Base
- Defined in:
- lib/d13n/metric/metrics/base.rb
Direct Known Subclasses
AppDatabaseMetric, AppHttpMetric, AppStateMetric, BizStateMetric
Instance Attribute Summary collapse
-
#prefix ⇒ Object
readonly
Returns the value of attribute prefix.
Instance Method Summary collapse
Instance Attribute Details
#prefix ⇒ Object (readonly)
Returns the value of attribute prefix.
4 5 6 |
# File 'lib/d13n/metric/metrics/base.rb', line 4 def prefix @prefix end |
Instance Method Details
#process(&block) ⇒ Object
10 11 12 |
# File 'lib/d13n/metric/metrics/base.rb', line 10 def process(&block) raise NotImplementedError end |