Method: Transloadit::Step#inspect
- Defined in:
- lib/transloadit/step.rb
permalink #inspect ⇒ String
Returns a human-readable version of the Step.
64 65 66 |
# File 'lib/transloadit/step.rb', line 64 def inspect to_hash[name].inspect end |