Class: Aurora::WebAIDTool
- Inherits:
-
Sinatra::Base
- Object
- Sinatra::Base
- Aurora::WebAIDTool
- Extended by:
- Forwardable
- Defined in:
- lib/aurora/web_aid_tool.rb
Class Attribute Summary collapse
-
.modbus_slave ⇒ Object
Returns the value of attribute modbus_slave.
-
.monitor ⇒ Object
Returns the value of attribute monitor.
-
.mutex ⇒ Object
Returns the value of attribute mutex.
-
.units ⇒ Object
Returns the value of attribute units.
Class Attribute Details
.modbus_slave ⇒ Object
Returns the value of attribute modbus_slave.
8 9 10 |
# File 'lib/aurora/web_aid_tool.rb', line 8 def modbus_slave @modbus_slave end |
.monitor ⇒ Object
Returns the value of attribute monitor.
8 9 10 |
# File 'lib/aurora/web_aid_tool.rb', line 8 def monitor @monitor end |
.mutex ⇒ Object
Returns the value of attribute mutex.
8 9 10 |
# File 'lib/aurora/web_aid_tool.rb', line 8 def mutex @mutex end |
.units ⇒ Object
Returns the value of attribute units.
8 9 10 |
# File 'lib/aurora/web_aid_tool.rb', line 8 def units @units end |