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

Inherits:
Data
  • Object
show all
Defined in:
lib/charming/presentation/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



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

def label
  @label
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end