class Motor::Pro775

Public Class Methods

new(qty = 1) click to toggle source
Calls superclass method Motor::Motor::new
# File lib/vex-motors.rb, line 81
def initialize(qty = 1)
  super()
  @stall_current = 134
  @stall_torque = 0.71
  @free_speed = 18730
  @max_power = 347
  set_quantity qty
end