Sha256: 112d0d7702b62fc9440aefba591c376f8c20c71d51d029314a6be369cf9311f7

Contents?: true

Size: 613 Bytes

Versions: 4

Compression:

Stored size: 613 Bytes

Contents

class Brief::Apps::Blueprint::Release
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    status
    tags Array
  end

  content do
    paragraph "p:first-of-type"
    paragraps "p"
    title "h1:first-of-type", :hide => true
    tagline "h2:first-of-type", :hide => true
    yaml_data "code.yaml:first-of-type", :serialize => :yaml, :hide => true

    define_section "User Stories" do
      each("h2").has(:title     => "h2",
                     :paragraph => "p:first-of-type",
                     :components   => "p:first-of-type strong"
                    )
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
brief-1.9.14 apps/blueprint/models/release.rb
brief-1.9.13 apps/blueprint/models/release.rb
brief-1.9.12 apps/blueprint/models/release.rb
brief-1.9.11 apps/blueprint/models/release.rb