Class: Aidp::Harness::UI::Base
- Inherits:
-
Object
- Object
- Aidp::Harness::UI::Base
- Defined in:
- lib/aidp/harness/ui/base.rb
Overview
Base class for all TTY UI components Provides common functionality for TTY-based components
Direct Known Subclasses
FrameManager, JobMonitor, Navigation::MainMenu, Navigation::WorkflowSelector, ProgressDisplay, QuestionCollector, SpinnerGroup, StatusManager, StatusWidget, WorkflowController
Instance Method Summary collapse
-
#initialize ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
9 10 11 12 |
# File 'lib/aidp/harness/ui/base.rb', line 9 def initialize # TTY components handle terminal setup automatically # No manual setup required end |