Class: TableGen::Line Private
- Inherits:
-
Struct
- Object
- Struct
- TableGen::Line
- 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
-
#data ⇒ Object
Returns the value of attribute data.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data
21 22 23 |
# File 'lib/tablegen.rb', line 21 def data @data end |
#type ⇒ Object
Returns the value of attribute type
21 22 23 |
# File 'lib/tablegen.rb', line 21 def type @type end |