class method
self.new
Ruby on Rails 7.2.3
Since v5.2.8.1Signature
self.new(public: false, **config)
No documentation comment.
Parameters
-
publickey = false -
configkeyrest
Source
# File activestorage/lib/active_storage/service/gcs_service.rb, line 16
def initialize(public: false, **config)
@config = config
@public = public
end
Defined in activestorage/lib/active_storage/service/gcs_service.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Service::GCSService