Method: Transloadit::ApiModel#inspect

Defined in:
lib/transloadit/api_model.rb

#inspectString

Returns a human-readable version of the API.

Returns:

  • (String)

    a human-readable version of the API



29
30
31
# File 'lib/transloadit/api_model.rb', line 29

def inspect
  self.to_hash.inspect
end