Sha256: 3e0c03344d3b65c91513529a13bf86dc322cbab37b4db5c321b77bd3189dddae

Contents?: true

Size: 393 Bytes

Versions: 12

Compression:

Stored size: 393 Bytes

Contents

class Brief::Apps::Blueprint::Feature
  include Brief::Model

  defined_in Pathname(__FILE__)

  meta do
    title
    status :in => %w(draft published)
    epic_title
  end

  template :file => "feature.md.erb"

  content do
    persona "p strong:first-child"
    behavior "p strong:second-child"
    goal "p strong:third-child"
  end

  actions do
    def sync_with_github
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

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