Class: Streamdal::Metrics::CounterEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/metrics.rb

Instance Attribute Summary collapse

Instance Attribute Details

#audObject

Returns the value of attribute aud

Returns:

  • (Object)

    the current value of aud



54
55
56
# File 'lib/metrics.rb', line 54

def aud
  @aud
end

#labelsObject

Returns the value of attribute labels

Returns:

  • (Object)

    the current value of labels



54
55
56
# File 'lib/metrics.rb', line 54

def labels
  @labels
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



54
55
56
# File 'lib/metrics.rb', line 54

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



54
55
56
# File 'lib/metrics.rb', line 54

def value
  @value
end