Class: PSP::Toolchain::Application

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/psp/toolchain/application.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeApplication

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)
  
  parse_options
end

Instance Attribute Details

#loggerObject (readonly)

Returns the value of attribute logger.



20
21
22
# File 'lib/psp/toolchain/application.rb', line 20

def logger
  @logger
end

#optionsObject (readonly)

Returns the value of attribute options.



20
21
22
# File 'lib/psp/toolchain/application.rb', line 20

def options
  @options
end

Instance Method Details

#startObject



28
29
30
# File 'lib/psp/toolchain/application.rb', line 28

def start
  
end