Class: Corindon::Console::Application
- Inherits:
-
Object
- Object
- Corindon::Console::Application
- Defined in:
- lib/corindon/console/application.rb
Instance Attribute Summary collapse
-
#commands ⇒ Object
readonly
Returns the value of attribute commands.
Instance Method Summary collapse
-
#initialize ⇒ Application
constructor
A new instance of Application.
- #run(argv) ⇒ Object
Constructor Details
#initialize ⇒ Application
Returns a new instance of Application.
8 9 10 |
# File 'lib/corindon/console/application.rb', line 8 def initialize @commands = {} end |
Instance Attribute Details
#commands ⇒ Object (readonly)
Returns the value of attribute commands.
6 7 8 |
# File 'lib/corindon/console/application.rb', line 6 def commands @commands end |
Instance Method Details
#run(argv) ⇒ Object
12 |
# File 'lib/corindon/console/application.rb', line 12 def run(argv); end |