Class: MilkTea::OpenGLRegistry::EnumEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#alias_ofObject (readonly)

Returns the value of attribute alias_of

Returns:

  • (Object)

    the current value of alias_of



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

def alias_of
  @alias_of
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

#orderObject (readonly)

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



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

def order
  @order
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



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

def value
  @value
end