Sha256: e45411777a4906fa8e6d090c5951d6162a4f9c1409e61d031b639789d76f7902

Contents?: true

Size: 381 Bytes

Versions: 9

Compression:

Stored size: 381 Bytes

Contents

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

  defined_in Pathname(__FILE__)

  meta do
    title
    parent_title
    sitemap
    project
    features
    category
    tags
    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

9 entries across 9 versions & 1 rubygems

Version Path
brief-1.12.7 apps/blueprint/models/wireframe.rb
brief-1.12.6 apps/blueprint/models/wireframe.rb
brief-1.12.5 apps/blueprint/models/wireframe.rb
brief-1.12.4 apps/blueprint/models/wireframe.rb
brief-1.12.3 apps/blueprint/models/wireframe.rb
brief-1.12.2 apps/blueprint/models/wireframe.rb
brief-1.12.1 apps/blueprint/models/wireframe.rb
brief-1.12.0 apps/blueprint/models/wireframe.rb
brief-1.11.10 apps/blueprint/models/wireframe.rb