Class: Glib::JsonUi::ActionBuilder::RunMultiple

Inherits:
Action show all
Defined in:
app/helpers/glib/json_ui/action_builder.rb

Overview

Action definitions

Instance Attribute Summary

Attributes inherited from JsonUiElement

#json, #page

Instance Method Summary collapse

Methods inherited from JsonUiElement

#initialize, #props

Constructor Details

This class inherits a constructor from Glib::JsonUi::JsonUiElement

Instance Method Details

#childActions(block) ⇒ Object



52
53
54
55
56
# File 'app/helpers/glib/json_ui/action_builder.rb', line 52

def childActions(block)
  json.childActions do
    block.call ActionBuilder.new(json, page, true)
  end
end