Class: MilkTea::OpenGLRegistry::BlockEntry
- Inherits:
-
Data
- Object
- Data
- MilkTea::OpenGLRegistry::BlockEntry
- Defined in:
- lib/milk_tea/bindings/opengl_registry.rb
Instance Attribute Summary collapse
-
#api ⇒ Object
readonly
Returns the value of attribute api.
-
#commands ⇒ Object
readonly
Returns the value of attribute commands.
-
#enums ⇒ Object
readonly
Returns the value of attribute enums.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#profile ⇒ Object
readonly
Returns the value of attribute profile.
-
#types ⇒ Object
readonly
Returns the value of attribute types.
Instance Attribute Details
#api ⇒ Object (readonly)
Returns the value of attribute api
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def api @api end |
#commands ⇒ Object (readonly)
Returns the value of attribute commands
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def commands @commands end |
#enums ⇒ Object (readonly)
Returns the value of attribute enums
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def enums @enums end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def kind @kind end |
#profile ⇒ Object (readonly)
Returns the value of attribute profile
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def profile @profile end |
#types ⇒ Object (readonly)
Returns the value of attribute types
22 23 24 |
# File 'lib/milk_tea/bindings/opengl_registry.rb', line 22 def types @types end |