Method: Parse::Middleware::Caching.logging

Defined in:
lib/parse/client/caching.rb

.loggingBoolean

Returns whether the logging should be enabled.

Returns:

  • (Boolean)

    whether the logging should be enabled.



46
47
48
# File 'lib/parse/client/caching.rb', line 46

def logging
  @logging
end