class Elemac::Output::Power
Public Class Methods
new(device:, index: 0)
click to toggle source
Calls superclass method
Elemac::Output::Default::new
# File lib/elemac/output/power.rb, line 5 def initialize(device:, index: 0) super(device: device, index: index) @voltage = 230 end