Class: MilkTea::OpenGLRegistry::CommandEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::OpenGLRegistry::CommandEntry
- 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.
-
#params ⇒ Object
readonly
Returns the value of attribute params.
-
#return_type ⇒ Object
readonly
Returns the value of attribute return_type.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
21 22 23 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21 def name @name end |
#order ⇒ Object (readonly)
Returns the value of attribute order
21 22 23 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21 def order @order end |
#params ⇒ Object (readonly)
Returns the value of attribute params
21 22 23 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21 def params @params end |
#return_type ⇒ Object (readonly)
Returns the value of attribute return_type
21 22 23 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 21 def return_type @return_type end |