Sha256: e64123f316c05ffb9a4a6e8d158c44c03dd73cd4ac3ff26cd9dc33713ce83190

Contents?: true

Size: 206 Bytes

Versions: 10

Compression:

Stored size: 206 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"
    paragraph "p:first-of-type"
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
brief-1.11.9 apps/blueprint/models/persona.rb
brief-1.11.8 apps/blueprint/models/persona.rb
brief-1.11.7 apps/blueprint/models/persona.rb
brief-1.11.6 apps/blueprint/models/persona.rb
brief-1.11.5 apps/blueprint/models/persona.rb
brief-1.11.4 apps/blueprint/models/persona.rb
brief-1.11.3 apps/blueprint/models/persona.rb
brief-1.11.2 apps/blueprint/models/persona.rb
brief-1.11.1 apps/blueprint/models/persona.rb
brief-1.11.0 apps/blueprint/models/persona.rb