class XcMetricsAggregator::Percentile
Attributes
display_name[RW]
identifier[RW]
is_represented[RW]
Public Class Methods
new(json)
click to toggle source
# File lib/xc_metrics_aggregator/service/percentiles_service.rb, line 7 def initialize(json) @is_represented = json["isRepresented"] @display_name = json["displayName"] @identifier = json["identifier"] end