Class: LL::DriverConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/ll/driver_config.rb

Overview

Class containing C/Java data for a Driver class.

Instance Attribute Summary collapse

Instance Attribute Details

#actionsObject

Returns the value of attribute actions.



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def actions
  @actions
end

#rulesObject

Returns the value of attribute rules.



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def rules
  @rules
end

#tableObject

Returns the value of attribute table.



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def table
  @table
end

#terminalsObject

Returns the value of attribute terminals.



6
7
8
# File 'lib/ll/driver_config.rb', line 6

def terminals
  @terminals
end