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