class ChaosDetector::ChaosGraphs::DomainMetrics

Attributes

dep_count[R]
dep_count_norm[R]

Public Class Methods

new() click to toggle source
# File lib/chaos_detector/chaos_graphs/domain_metrics.rb, line 11
def initialize
  @dep_count = 0
  @dep_count_norm = 0.0
end

Public Instance Methods

to_s() click to toggle source
# File lib/chaos_detector/chaos_graphs/domain_metrics.rb, line 16
def to_s; end