Class: Charming::Presentation::Components::CommandPalette::Command
- Inherits:
-
Data
- Object
- Data
- Charming::Presentation::Components::CommandPalette::Command
- Defined in:
- lib/charming/presentation/components/command_palette.rb
Instance Attribute Summary collapse
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#label ⇒ Object (readonly)
Returns the value of attribute label
12 13 14 |
# File 'lib/charming/presentation/components/command_palette.rb', line 12 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value
12 13 14 |
# File 'lib/charming/presentation/components/command_palette.rb', line 12 def value @value end |