Class: Ruby2D::Window::ObjectEventDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Ruby2D::Window::ObjectEventDescriptor
- Defined in:
- lib/ruby2d/window.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#object ⇒ Object
Returns the value of attribute object.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
8 9 10 |
# File 'lib/ruby2d/window.rb', line 8 def id @id end |
#object ⇒ Object
Returns the value of attribute object
8 9 10 |
# File 'lib/ruby2d/window.rb', line 8 def object @object end |
#type ⇒ Object
Returns the value of attribute type
8 9 10 |
# File 'lib/ruby2d/window.rb', line 8 def type @type end |