Class: Ruby2D::Window::ObjectEventDescriptor

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby2d/window.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



8
9
10
# File 'lib/ruby2d/window.rb', line 8

def id
  @id
end

#objectObject

Returns the value of attribute object

Returns:

  • (Object)

    the current value of object



8
9
10
# File 'lib/ruby2d/window.rb', line 8

def object
  @object
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/ruby2d/window.rb', line 8

def type
  @type
end