Module: Lithic::Models::CardWebProvisionResponse
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/lithic/models/card_web_provision_response.rb,
sig/lithic/models/card_web_provision_response.rbs
Overview
Defined Under Namespace
Classes: AppleWebPushProvisioningResponse, GoogleWebPushProvisioningResponse
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(kid: nil) ⇒ Object
JWS unprotected headers containing header parameters that aren't integrity-protected by the JWS signature.
- #self?.variants ⇒ ::Array[Lithic::Models::card_web_provision_response]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, 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(Lithic::Models::CardWebProvisionResponse::AppleWebPushProvisioningResponse, Lithic::Models::CardWebProvisionResponse::GoogleWebPushProvisioningResponse)
|
|
# File 'lib/lithic/models/card_web_provision_response.rb', line 117
|
Instance Method Details
#initialize(kid: nil) ⇒ Object
JWS unprotected headers containing header parameters that aren't integrity-protected by the JWS signature.
|
|
# File 'lib/lithic/models/card_web_provision_response.rb', line 83
|
#self?.variants ⇒ ::Array[Lithic::Models::card_web_provision_response]
103 |
# File 'sig/lithic/models/card_web_provision_response.rbs', line 103
def self?.variants: -> ::Array[Lithic::Models::card_web_provision_response]
|