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