Class: Ui::PageHeader

Inherits:
Component
  • Object
show all
Includes:
Actionable
Defined in:
lib/ui/page_header.rb

Constant Summary

Constants included from Actionable

Actionable::Actions

Constants inherited from Component

Component::VIEWPATH

Instance Method Summary collapse

Methods included from Actionable

#actions, #actions_length, #actions_list, #has_actions?

Methods inherited from Component

#capture, #icon, #render_group

Instance Method Details

#show(&block) ⇒ Object



5
6
7
# File 'lib/ui/page_header.rb', line 5

def show(&block)
  render(&block)
end