Class: Glib::JsonUi::ActionBuilder::Sheets::Select

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

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

#buttons(block) ⇒ Object



7
8
9
10
11
# File 'app/helpers/glib/json_ui/action_builder/sheets.rb', line 7

def buttons(block)
  json.buttons do
    block.call page.menu_builder
  end
end