method
client
v5.2.3 -
Show latest stable
- Class:
ActiveStorage::Service::GCSService
client()private
No documentation available.
# File activestorage/lib/active_storage/service/gcs_service.rb, line 135
def client
@client ||= Google::Cloud::Storage.new(config.except(:bucket))
end