Sha256: 97541bcb4099e3fb16dcfd042ff1d707e49549793e18c28e93734a54d8e75d9e
Contents?: true
Size: 401 Bytes
Versions: 18
Compression:
Stored size: 401 Bytes
Contents
class Brief::Apps::Blueprint::Diagram include Brief::Model meta do title subheading status String, :in => "draft published" end content do title "h1:first-of-type" subheading "h2:first-of-type" define_section "Annotations" do each("h2").has(:title => "h3", :paragraphs => "p", :settings => "code") end end end
Version data entries
18 entries across 18 versions & 1 rubygems