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
54 55 56 |
# File 'lib/metrics.rb', line 54 def aud @aud end |
#labels ⇒ Object
Returns the value of attribute labels
54 55 56 |
# File 'lib/metrics.rb', line 54 def labels @labels end |
#name ⇒ Object
Returns the value of attribute name
54 55 56 |
# File 'lib/metrics.rb', line 54 def name @name end |
#value ⇒ Object
Returns the value of attribute value
54 55 56 |
# File 'lib/metrics.rb', line 54 def value @value end |