Class: Chamomile::CommandPalette::Item
- Inherits:
-
Data
- Object
- Data
- Chamomile::CommandPalette::Item
- Defined in:
- lib/chamomile/components/command_palette.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
readonly
Returns the value of attribute action.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
Instance Attribute Details
#action ⇒ Object (readonly)
Returns the value of attribute action
21 22 23 |
# File 'lib/chamomile/components/command_palette.rb', line 21 def action @action end |
#key ⇒ Object (readonly)
Returns the value of attribute key
21 22 23 |
# File 'lib/chamomile/components/command_palette.rb', line 21 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label
21 22 23 |
# File 'lib/chamomile/components/command_palette.rb', line 21 def label @label end |