Class: MilkTea::OpenGLRegistry::TypeEntry

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/bindings/opengl_registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



18
19
20
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18

def name
  @name
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



18
19
20
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18

def order
  @order
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



18
19
20
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18

def source
  @source
end