Module: Google::Apis::Core::HttpCommand::RedactingPPMethods

Included in:
RedactingPP, RedactingSingleLine
Defined in:
lib/google/apis/core/http_command.rb

Instance Method Summary collapse

Instance Method Details

#pp_object(obj) ⇒ Object



355
356
357
358
359
360
# File 'lib/google/apis/core/http_command.rb', line 355

def pp_object obj
  return super unless UNSAFE_CLASS_NAMES.include? obj.class.name
  object_address_group obj do
    text "(fields redacted)"
  end
end