Class: Kreator::InteractiveCLI::MatchedCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/kreator/interactive_cli.rb

Instance Attribute Summary collapse

Instance Attribute Details

#handlerObject

Returns the value of attribute handler

Returns:

  • (Object)

    the current value of handler



57
58
59
# File 'lib/kreator/interactive_cli.rb', line 57

def handler
  @handler
end

#matchObject

Returns the value of attribute match

Returns:

  • (Object)

    the current value of match



57
58
59
# File 'lib/kreator/interactive_cli.rb', line 57

def match
  @match
end