Class: PSP::Toolchain::Application
- Inherits:
-
Object
- Object
- PSP::Toolchain::Application
- Includes:
- Singleton
- Defined in:
- lib/psp/toolchain/application.rb
Instance Attribute Summary collapse
-
#logger ⇒ Object
readonly
Returns the value of attribute logger.
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize ⇒ Application
constructor
A new instance of Application.
- #start ⇒ Object
Constructor Details
#initialize ⇒ Application
Returns a new instance of Application.
22 23 24 25 26 |
# File 'lib/psp/toolchain/application.rb', line 22 def initialize @logger = Logger.new(STDOUT) end |
Instance Attribute Details
#logger ⇒ Object (readonly)
Returns the value of attribute logger.
20 21 22 |
# File 'lib/psp/toolchain/application.rb', line 20 def logger @logger end |
#options ⇒ Object (readonly)
Returns the value of attribute options.
20 21 22 |
# File 'lib/psp/toolchain/application.rb', line 20 def @options end |
Instance Method Details
#start ⇒ Object
28 29 30 |
# File 'lib/psp/toolchain/application.rb', line 28 def start end |