Class: MilkTea::OpenGLRegistry::FeatureEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::OpenGLRegistry::FeatureEntry
- Defined in:
- lib/milk_tea/bindings/opengl_registry.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
-
#blocks ⇒ Object
readonly
Returns the value of attribute blocks.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#number ⇒ Object
readonly
Returns the value of attribute number.
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api
23 24 25 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23 def api @api end |
#blocks ⇒ Object (readonly)
Returns the value of attribute blocks
23 24 25 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23 def blocks @blocks end |
#name ⇒ Object (readonly)
Returns the value of attribute name
23 24 25 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23 def name @name end |
#number ⇒ Object (readonly)
Returns the value of attribute number
23 24 25 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 23 def number @number end |