Method: Transloadit::Step#to_hash
- Defined in:
- lib/transloadit/step.rb
permalink #to_hash ⇒ Hash
Returns a Transloadit-compatible Hash of the Step’s contents.
71 72 73 |
# File 'lib/transloadit/step.rb', line 71 def to_hash {name => .merge(robot: robot)} end |