Sha256: 81a591719cfcd4f6904e30103018a2a371133ede298097d62b4abc0432b00307

Contents?: true

Size: 314 Bytes

Versions: 31

Compression:

Stored size: 314 Bytes

Contents

class Brief::Apps::Blueprint::Persona
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    icon
    tags Array
  end

  content do
    title "h1:first-of-type"
    summary "p:first-of-type"

    define_section("Requirements") do
      each("li").has(:content => "li")
    end
  end
end

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
brief-1.17.14 apps/blueprint/models/persona.rb
brief-1.17.13 apps/blueprint/models/persona.rb
brief-1.17.12 apps/blueprint/models/persona.rb
brief-1.17.11 apps/blueprint/models/persona.rb
brief-1.17.10 apps/blueprint/models/persona.rb
brief-1.17.9 apps/blueprint/models/persona.rb
brief-1.17.8 apps/blueprint/models/persona.rb
brief-1.17.7 apps/blueprint/models/persona.rb
brief-1.17.5 apps/blueprint/models/persona.rb
brief-1.17.4 apps/blueprint/models/persona.rb
brief-1.17.3 apps/blueprint/models/persona.rb
brief-1.17.2 apps/blueprint/models/persona.rb
brief-1.17.1 apps/blueprint/models/persona.rb
brief-1.17.0 apps/blueprint/models/persona.rb
brief-1.16.2 apps/blueprint/models/persona.rb
brief-1.16.1 apps/blueprint/models/persona.rb
brief-1.16.0 apps/blueprint/models/persona.rb
brief-1.15.5 apps/blueprint/models/persona.rb
brief-1.15.4 apps/blueprint/models/persona.rb
brief-1.15.3 apps/blueprint/models/persona.rb