Class: RRDNotifier::BindataParser::ValuePartData

Inherits:
BinData::Record
  • Object
show all
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

Instance Attribute Details

#typesObject

Returns the value of attribute types.



40
41
42
# File 'lib/rrd-grapher/notifier/parsers/bindata_parser.rb', line 40

def types
  @types
end