class XcMetricsAggregator::Unit

Attributes

display_name[RW]
identifier[RW]

Public Class Methods

new(json) click to toggle source
# File lib/xc_metrics_aggregator/service/categories_service.rb, line 105
def initialize(json)
    @display_name = json["displayName"]
    @identifier = json["identifier"]
end