Sha256: cd04d3cb0ee056e9600ce38cc1fcd043513d0b2be72a583e3debc1f4fc9fcdc2

Contents?: true

Size: 202 Bytes

Versions: 2

Compression:

Stored size: 202 Bytes

Contents

class <%= name.capitalize %>Flow

  include Stealth::Flow

  flow :hello do
    state :say_hello
  end

  flow :goodbye do
    state :say_goodbye
  end

  flow :catchall do
    state :level1
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
stealth-0.10.6 lib/stealth/generators/builder/bot/flow_map.rb.tt
stealth-0.10.5 lib/stealth/generators/builder/bot/flow_map.rb.tt