class ProconBypassMan::DeviceConnector::Value
Attributes
read_from[RW]
values[RW]
Public Class Methods
new(values: , read_from: )
click to toggle source
# File lib/procon_bypass_man/device_connector.rb, line 6 def initialize(values: , read_from: ) @values = values @read_from = read_from end