Method: Transloadit::Step#inspect

Defined in:
lib/transloadit/step.rb

#inspectString

Returns a human-readable version of the Step.

Returns:

  • (String)

    a human-readable version of the Step

[View source]

64
65
66
# File 'lib/transloadit/step.rb', line 64

def inspect
  to_hash[name].inspect
end