Class: Kreator::InteractiveCLI::MatchedCommand
- Inherits:
-
Struct
- Object
- Struct
- Kreator::InteractiveCLI::MatchedCommand
- Defined in:
- lib/kreator/interactive_cli.rb
Instance Attribute Summary collapse
-
#handler ⇒ Object
Returns the value of attribute handler.
-
#match ⇒ Object
Returns the value of attribute match.
Instance Attribute Details
#handler ⇒ Object
Returns the value of attribute handler
69 70 71 |
# File 'lib/kreator/interactive_cli.rb', line 69 def handler @handler end |
#match ⇒ Object
Returns the value of attribute match
69 70 71 |
# File 'lib/kreator/interactive_cli.rb', line 69 def match @match end |