Class: HotCocoaApplicationController
- Inherits:
-
HotCocoaController
- Object
- HotCocoaController
- HotCocoaApplicationController
- Defined in:
- lib/hotcocoa/mvc.rb
Instance Attribute Summary
Attributes inherited from HotCocoaController
Instance Method Summary collapse
Methods inherited from HotCocoaController
Constructor Details
This class inherits a constructor from HotCocoaController
Instance Method Details
#application_window ⇒ Object
96 97 98 |
# File 'lib/hotcocoa/mvc.rb', line 96 def application_window @application_window ||= ApplicationWindow.new(self).application_window end |