Sha256: 879a76965f64aad4ed48aab9c1b7eb1ddeccfba49824663203c404336fd78adc
Contents?: true
Size: 265 Bytes
Versions: 16
Compression:
Stored size: 265 Bytes
Contents
# TODO SpanCollection にする class ProconBypassMan::Procon::PerformanceMeasurement::MeasurementCollection attr_accessor :timestamp_key, :spans def initialize(timestamp_key: , spans: ) self.timestamp_key = timestamp_key self.spans = spans end end
Version data entries
16 entries across 16 versions & 1 rubygems