Class: Ui::DescriptiveList

Inherits:
Component
  • Object
show all
Includes:
Actionable, Stylable
Defined in:
lib/ui/descriptive_list.rb,
lib/ui/descriptive_list/item.rb

Defined Under Namespace

Classes: Item

Constant Summary collapse

Directions =
Types::String.enum(
  'horizontal',
  'vertical'
)

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

#showObject



11
12
13
# File 'lib/ui/descriptive_list.rb', line 11

def show
  render
end