module OctofactsUpdater

This class represents a fact, either structured or unstructured. The fact has a name and a value. The name is a string, and the value can either be a string/integer/boolean (unstructured) or a hash (structured). This class also has methods used to deal with structured facts (in particular, allowing representation of a structure delimited with ::).

Constants

VERSION