Class: MilkTea::OpenGLRegistry::CommandEntry

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



21
22
23
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21

def name
  @name
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



21
22
23
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21

def order
  @order
end

#paramsObject (readonly)

Returns the value of attribute params

Returns:

  • (Object)

    the current value of params



21
22
23
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21

def params
  @params
end

#return_typeObject (readonly)

Returns the value of attribute return_type

Returns:

  • (Object)

    the current value of return_type



21
22
23
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21

def return_type
  @return_type
end