Class: LL::DriverConfig
- Inherits:
-
Object
- Object
- LL::DriverConfig
- Defined in:
- lib/ll/driver_config.rb
Overview
Class containing C/Java data for a Driver class.
Instance Attribute Summary collapse
-
#actions ⇒ Object
Returns the value of attribute actions.
-
#rules ⇒ Object
Returns the value of attribute rules.
-
#table ⇒ Object
Returns the value of attribute table.
-
#terminals ⇒ Object
Returns the value of attribute terminals.
Instance Attribute Details
#actions ⇒ Object
Returns the value of attribute actions.
6 7 8 |
# File 'lib/ll/driver_config.rb', line 6 def actions @actions end |
#rules ⇒ Object
Returns the value of attribute rules.
6 7 8 |
# File 'lib/ll/driver_config.rb', line 6 def rules @rules end |
#table ⇒ Object
Returns the value of attribute table.
6 7 8 |
# File 'lib/ll/driver_config.rb', line 6 def table @table end |
#terminals ⇒ Object
Returns the value of attribute terminals.
6 7 8 |
# File 'lib/ll/driver_config.rb', line 6 def terminals @terminals end |