method

inspect

rails latest stable - Class: ActiveStorage::Service

Method not available on this version

This method is only available on newer versions. The first available version (v8.1.1) is shown here.

inspect()
public

No documentation available.

# File activestorage/lib/active_storage/service.rb, line 151
    def inspect # :nodoc:
      "#<#{self.class}#{name.present? ? " name=#{name.inspect}" : ""}>"
    end