class MirrorService
Ruby on Rails 7.0.10
Since v5.2.8.1Wraps a set of mirror services and provides a single ActiveStorage::Service object that will all have the files uploaded to them. A primary service is designated to answer calls to:
-
download -
exists? -
url -
url_for_direct_upload -
headers_for_direct_upload
Inherits from
Attributes
Methods (defined here)
- # delete
- # delete_prefixed
- # mirror
- # upload
- self. new
Private methods
(2)
Implementation detail — not part of the public API.
Methods (inherited)
From ActiveStorage::Service (14)
- # compose
- # delete
- # delete_prefixed
- # download
- # download_chunk
- # exist?
- # headers_for_direct_upload
- # open
- # public?
- # update_metadata
- # upload
- # url
- # url_for_direct_upload
- self. configure
From ActiveSupport::Autoload (6)
- # autoload
- # autoload_at
- # autoload_under
- # autoloads
- # eager_autoload
- # eager_load!
From Object (16)
- # acts_like?
- # blank?
- # deep_dup
- # duplicable?
- # html_safe?
- # in?
- # instance_values
- # instance_variable_names
- # presence
- # presence_in
- # present?
- # to_param
- # to_query
- # try
- # try!
- # with_options
From ActiveRecord::TestFixtures (4)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended