module ThreeScaleToolbox::CRD::MetricSerializer
Public Instance Methods
to_cr()
click to toggle source
# File lib/3scale_toolbox/crds/metric_dump.rb, line 4 def to_cr { 'friendlyName' => friendly_name, 'unit' => unit, 'description' => description, } end