Module: Imagekitio::Models::Accounts::OriginResponse
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/imagekitio/models/accounts/origin_response.rb
Overview
Origin object as returned by the API (sensitive fields removed).
Defined Under Namespace
Classes: AkeneoPim, AzureBlob, CloudinaryBackup, Gcs, S3, S3Compatible, WebFolder, WebProxy
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: , account_name: , container: , include_canonical_header: , name: , prefix: , base_url_for_canonical_header: nil, type: :AZURE_BLOB) ⇒ Object
Some parameter documentations has been truncated, see AzureBlob for more details.
Methods included from Internal::Type::Union
==, ===, coerce, dump, hash, inspect, to_sorbet_type, variants
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Class Method Details
.variants ⇒ Array(Imagekitio::Models::Accounts::OriginResponse::S3, Imagekitio::Models::Accounts::OriginResponse::S3Compatible, Imagekitio::Models::Accounts::OriginResponse::CloudinaryBackup, Imagekitio::Models::Accounts::OriginResponse::WebFolder, Imagekitio::Models::Accounts::OriginResponse::WebProxy, Imagekitio::Models::Accounts::OriginResponse::Gcs, Imagekitio::Models::Accounts::OriginResponse::AzureBlob, Imagekitio::Models::Accounts::OriginResponse::AkeneoPim)
|
|
# File 'lib/imagekitio/models/accounts/origin_response.rb', line 563
|
Instance Method Details
#initialize(id: , account_name: , container: , include_canonical_header: , name: , prefix: , base_url_for_canonical_header: nil, type: :AZURE_BLOB) ⇒ Object
Some parameter documentations has been truncated, see AzureBlob for more details.
|
|
# File 'lib/imagekitio/models/accounts/origin_response.rb', line 77
|