Class: Streamdal::Metrics::CounterEntry
- Inherits:
-
Struct
- Object
- Struct
- Streamdal::Metrics::CounterEntry
- Defined in:
- lib/metrics.rb
Instance Attribute Summary collapse
-
#aud ⇒ Object
Returns the value of attribute aud.
-
#labels ⇒ Object
Returns the value of attribute labels.
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#aud ⇒ Object
Returns the value of attribute aud
56 57 58 |
# File 'lib/metrics.rb', line 56 def aud @aud end |
#labels ⇒ Object
Returns the value of attribute labels
56 57 58 |
# File 'lib/metrics.rb', line 56 def labels @labels end |
#name ⇒ Object
Returns the value of attribute name
56 57 58 |
# File 'lib/metrics.rb', line 56 def name @name end |
#value ⇒ Object
Returns the value of attribute value
56 57 58 |
# File 'lib/metrics.rb', line 56 def value @value end |