Class: Imagekitio::Models::Accounts::URLEndpointRequest::URLRewriter::Imgix
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Imagekitio::Models::Accounts::URLEndpointRequest::URLRewriter::Imgix
- Defined in:
- lib/imagekitio/models/accounts/url_endpoint_request.rb,
sig/imagekitio/models/accounts/url_endpoint_request.rbs
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Imgix
constructor
A new instance of Imgix.
- #to_hash ⇒ { type: :IMGIX }
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Imgix
Returns a new instance of Imgix.
77 |
# File 'sig/imagekitio/models/accounts/url_endpoint_request.rbs', line 77
def initialize: (?type: :IMGIX) -> void
|
Instance Attribute Details
#type ⇒ Symbol, :IMGIX
88 |
# File 'lib/imagekitio/models/accounts/url_endpoint_request.rb', line 88 required :type, const: :IMGIX |
Instance Method Details
#to_hash ⇒ { type: :IMGIX }
79 |
# File 'sig/imagekitio/models/accounts/url_endpoint_request.rbs', line 79
def to_hash: -> { type: :IMGIX }
|