Sha256: fd1767acc1c556e004e5804ee4aea8094a45631541f7e8614e1849bc7141c64e

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

class Brief::Apps::Blueprint::Wireframe
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    parent_title
    sitemap
    project
    features
    category
    tags Array
    annotations Hash
  end

  content do
    define_section("System Interactions") do
      each("h2").has(:title => "h2", :paragraph => "p:first-of-type", :link => "a")
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brief-1.12.8 apps/blueprint/models/wireframe.rb