Sha256: 815f09db7cdb91b11b8b23d180be1700070c035c82e222b89beb46636ed79db1
Contents?: true
Size: 265 Bytes
Versions: 1
Compression:
Stored size: 265 Bytes
Contents
module PubliSci module ORM class Observation attr_accessor :data def initialize(data={}) @data = data end def method_missing(name, args) #get entry of data hash end def respond_to_missing?(method, *) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bio-publisci-0.0.7 | lib/bio-publisci/dataset/ORM/observation.rb |