Module: Cura::Attributes::HasApplication
- Included in:
- Cursor, Event::Dispatcher, FocusController, Window
- Defined in:
- lib/cura/attributes/has_application.rb
Overview
Allows an object to belong to a Cura::Application.
Instance Attribute Summary collapse
-
#application ⇒ Application
Get the application of this object.
Instance Attribute Details
#application ⇒ Application
Get the application of this object.
14 15 16 |
# File 'lib/cura/attributes/has_application.rb', line 14 def application @application end |