Class: RRDNotifier::BindataParser::ValuePartData
- Inherits:
-
BinData::Record
- Object
- BinData::Record
- RRDNotifier::BindataParser::ValuePartData
- Defined in:
- lib/rrd-grapher/notifier/parsers/bindata_parser.rb
Constant Summary collapse
- COUNTER =
0
- GAUGE =
1
- DERIVE =
2
- ABSOLUTE =
3
Instance Attribute Summary collapse
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#types ⇒ Object
Returns the value of attribute types.
40 41 42 |
# File 'lib/rrd-grapher/notifier/parsers/bindata_parser.rb', line 40 def types @types end |