Sha256: 0af2610a836f138c4d005e4e2e5b29ea15394ae639de19995ac09dee69459059

Contents?: true

Size: 234 Bytes

Versions: 6

Compression:

Stored size: 234 Bytes

Contents

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

  defined_in Pathname(__FILE__)

  meta do
    title
  end

  content do
    title "h1:first-of-type"
    temp "h1:first-of-type"
    paragraph "p:first-of-type"
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
brief-1.10.1 apps/blueprint/models/persona.rb
brief-1.10.0 apps/blueprint/models/persona.rb
brief-1.9.14 apps/blueprint/models/persona.rb
brief-1.9.13 apps/blueprint/models/persona.rb
brief-1.9.12 apps/blueprint/models/persona.rb
brief-1.9.11 apps/blueprint/models/persona.rb