Method: Transloadit::Response#inspect

Defined in:
lib/transloadit/response.rb

#inspectString

Inspects the body of the response.

Returns:

  • a human-readable version of the body



42
43
44
# File 'lib/transloadit/response.rb', line 42

def inspect
  self.body.inspect
end