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

action, any, array, badgeable, bool, color, component_name, date, date_time, enum, float, hash, icon, #initialize, int, length, menu, panels_builder, #props, required, singleton_array, string, text, url, views

Constructor Details

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

Instance Method Details

#childActions(block) ⇒ Object



58
59
60
61
62
# File 'app/helpers/glib/json_ui/action_builder.rb', line 58

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