class Gitlab::Client

def inspect

Returns:
  • (String) -
def inspect
  inspected = super
  inspected.sub! @private_token, only_show_last_four_chars(@private_token) if @private_token
  inspected
end