Sha256: 2b816d8cd6c332ce90d60615c7ac4bd35956575bd7b91f603df713dd7f743ebb
Contents?: true
Size: 306 Bytes
Versions: 10
Compression:
Stored size: 306 Bytes
Contents
module Conglomerate class Command 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
10 entries across 10 versions & 1 rubygems