class TED::Spyder::CT
Attributes
description[R]
multiplier[R]
Public Class Methods
new(twenty_amp, multiplier, description)
click to toggle source
# File lib/ted/spyder/ct.rb, line 8 def initialize(twenty_amp, multiplier, description) @twenty_amp, @multiplier, @description = twenty_amp, multiplier, description end
Public Instance Methods
twenty_amp?()
click to toggle source
# File lib/ted/spyder/ct.rb, line 12 def twenty_amp? @twenty_amp end