Class: Protos::Command::List
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::Command::List
- Defined in:
- lib/protos/command/list.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A list of commands.
Methods inherited from Protos::Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A list of commands. This can contain either items or groups.
8 9 10 |
# File 'lib/protos/command/list.rb', line 8 def view_template(&) ul(**attrs, &) end |