class Motor::MiniCIM
Public Class Methods
new(qty = 1)
click to toggle source
Calls superclass method
Motor::Motor::new
# File lib/vex-motors.rb, line 70 def initialize(qty = 1) super() @stall_current = 89 @stall_torque = 1.41 @free_speed = 5840 @max_power = 215 set_quantity qty end