Sha256: e6b46502727467ceb8e23638b31626ccc4778a04a7f5f7dab13966679e65f08a
Contents?: true
Size: 305 Bytes
Versions: 12
Compression:
Stored size: 305 Bytes
Contents
module Conglomerate class Link include Conglomerate::Particle attribute :href, :type => String, :required => true attribute :rel, :type => String, :required => true attribute :name, :type => String attribute :render, :type => String attribute :prompt, :type => String end end
Version data entries
12 entries across 12 versions & 1 rubygems