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