Class: Charming::Components::CommandPalette::Command
- Inherits:
-
Data
- Object
- Data
- Charming::Components::CommandPalette::Command
- Defined in:
- lib/charming/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
11 12 13 |
# File 'lib/charming/components/command_palette.rb', line 11 def label @label end |
#value ⇒ Object (readonly)
Returns the value of attribute value
11 12 13 |
# File 'lib/charming/components/command_palette.rb', line 11 def value @value end |