Class: _APPLICATION_UPCODE_::Application

Inherits:
RubyApp::Application show all
Defined in:
lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/application.rb

Instance Attribute Summary

Attributes inherited from RubyApp::Application

#environment, #options

Instance Method Summary collapse

Methods inherited from RubyApp::Application

create!, destroy!, get, #start!, #stop!

Methods included from RubyApp::Mixins::DelegateMixin

#method_missing

Methods included from RubyApp::Mixins::ConfigureMixin

#configure

Constructor Details

#initialize(options) ⇒ Application

Returns a new instance of Application.



10
11
12
# File 'lib/ruby_app/templates/application/lib/_APPLICATION_DOWNCODE_/application.rb', line 10

def initialize(options)
  super(options)
end