Class: Kreator::InteractiveCLI::Command

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



10
11
12
# File 'lib/kreator/interactive_cli.rb', line 10

def handler
  @handler
end

#patternObject

Returns the value of attribute pattern

Returns:

  • (Object)

    the current value of pattern



10
11
12
# File 'lib/kreator/interactive_cli.rb', line 10

def pattern
  @pattern
end