Method: Transloadit::Step#initialize
- Defined in:
- lib/transloadit/step.rb
permalink #initialize(name, robot, options = {}) ⇒ Step
Creates a new Step with the given robot
.
29 30 31 32 33 |
# File 'lib/transloadit/step.rb', line 29 def initialize(name, robot, = {}) self.name = name self.robot = robot self. = end |