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

Instance Attribute Details

#applicationApplication

Get the application of this object.

Returns:



16
17
18
# File 'lib/cura/attributes/has_application.rb', line 16

def application
  @application
end