Class: TableGen::Header Private
- Inherits:
-
Struct
- Object
- Struct
- TableGen::Header
- Defined in:
- lib/tablegen.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/tablegen.rb', line 17 def name @name end |