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
366 367 368 369 370 371 |
# File 'lib/google/apis/core/http_command.rb', line 366 def pp_object obj return super unless UNSAFE_CLASS_NAMES.include? obj.class.name object_address_group obj do text "(fields redacted)" end end |