Sha256: ca021ec69a56305e133b5137efb52d4196bd91581df2a1cb8551b75f69a47760

Contents?: true

Size: 505 Bytes

Versions: 4

Compression:

Stored size: 505 Bytes

Contents

# encoding: UTF-8

require 'wab/ui'

class UIController < WAB::UI::MultiFlow

  def initialize(shell)
    super
    
    add_flow(WAB::UI::RestFlow.new(shell,
                                   {
                                     kind: 'Entry',
                                   }, ['$ref']))
    add_flow(WAB::UI::RestFlow.new(shell,
                                   {
                                     kind: 'Article',
                                   }, ['$ref']))
  end

end # UIController

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wabur-0.7.0 test/tmp/lib/ui_controller.rb
wabur-0.6.2 test/tmp/lib/ui_controller.rb
wabur-0.6.1 test/tmp/lib/ui_controller.rb
wabur-0.6.0 test/tmp/lib/ui_controller.rb