Sha256: 206fed5cbf35338f6856ea436bc5b3423b8b4faea6d8372d5b1471e404f87375
Contents?: true
Size: 304 Bytes
Versions: 12
Compression:
Stored size: 304 Bytes
Contents
module Conglomerate class Query include Conglomerate::Particle attribute :href, :type => String, :required => true attribute :rel, :type => String, :required => true attribute :name, :type => String attribute :prompt, :type => String array :data, :contains => Datum end end
Version data entries
12 entries across 12 versions & 1 rubygems