Class: MilkTea::OpenGLRegistry::TypeEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::OpenGLRegistry::TypeEntry
- Defined in:
- lib/milk_tea/bindings/opengl_registry.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#order ⇒ Object
readonly
Returns the value of attribute order.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
18 19 20 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18 def name @name end |
#order ⇒ Object (readonly)
Returns the value of attribute order
18 19 20 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18 def order @order end |
#source ⇒ Object (readonly)
Returns the value of attribute source
18 19 20 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 18 def source @source end |