Class: TableGen::Line Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataObject

Returns the value of attribute data

Returns:

  • (Object)

    the current value of data



21
22
23
# File 'lib/tablegen.rb', line 21

def data
  @data
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



21
22
23
# File 'lib/tablegen.rb', line 21

def type
  @type
end