Class: Charming::Components::CommandPalette::Command

Inherits:
Data
  • Object
show all
Defined in:
lib/charming/components/command_palette.rb

Instance Attribute Summary collapse

Instance Attribute Details

#labelObject (readonly)

Returns the value of attribute label

Returns:

  • (Object)

    the current value of label



11
12
13
# File 'lib/charming/components/command_palette.rb', line 11

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



11
12
13
# File 'lib/charming/components/command_palette.rb', line 11

def value
  @value
end