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.15.2 apps/blueprint/models/persona.rb
brief-1.15.1 apps/blueprint/models/persona.rb
brief-1.15.0 apps/blueprint/models/persona.rb
brief-1.14.3 apps/blueprint/models/persona.rb
brief-1.14.2 apps/blueprint/models/persona.rb
brief-1.14.1 apps/blueprint/models/persona.rb
brief-1.14.0 apps/blueprint/models/persona.rb
brief-1.13.2 apps/blueprint/models/persona.rb
brief-1.13.1 apps/blueprint/models/persona.rb
brief-1.12.9 apps/blueprint/models/persona.rb
brief-1.12.8 apps/blueprint/models/persona.rb