Class: TJSON::DataType::Scalar

Inherits:
TJSON::DataType show all
Defined in:
lib/tjson/datatype.rb

Overview

Scalar types

Direct Known Subclasses

Binary16, Binary32, Binary64, Boolean, Float, Integer, String, Timestamp

Constant Summary

Constants inherited from TJSON::DataType

TAGS

Instance Method Summary collapse

Methods inherited from TJSON::DataType

[], #decode, #encode, encode, identify_type, parse, #tag

Instance Method Details

#inspectObject



62
63
64
# File 'lib/tjson/datatype.rb', line 62

def inspect
  "#<#{self.class}>"
end