Sha256: 23e248c7b3c74291f04a810dbd98f4393bf4d290c167085f3af8c51d8cdbc578
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
module BERT module Terms class Pid attr_reader :node, :node_id, :serial, :creation def initialize(node,nid,serial,created) @node = node @node_id = nid @serial = serial @creation = created end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
schmurfy-bert-1.2.3 | lib/bert/terms.rb |