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



371
372
373
374
375
376
# File 'lib/google/apis/core/http_command.rb', line 371

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