Sha256: bd96e76e3751d71c3f17fcdf9e5c5fa6f73b45c47d26a57a1cea0c852829d656
Contents?: true
Size: 249 Bytes
Versions: 1
Compression:
Stored size: 249 Bytes
Contents
module Conglomerate class Datum include Conglomerate::Particle attribute :name, :type => String, :required => true attribute :value, :cull => false attribute :prompt, :type => String attribute :type, :type => String end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
conglomerate-0.13.0 | lib/conglomerate/datum.rb |