Class: MilkTea::OpenGLRegistry::FeatureEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#apiObject (readonly)

Returns the value of attribute api

Returns:

  • (Object)

    the current value of api



23
24
25
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23

def api
  @api
end

#blocksObject (readonly)

Returns the value of attribute blocks

Returns:

  • (Object)

    the current value of blocks



23
24
25
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23

def blocks
  @blocks
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23

def name
  @name
end

#numberObject (readonly)

Returns the value of attribute number

Returns:

  • (Object)

    the current value of number



23
24
25
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23

def number
  @number
end