Class: Lithic::Models::Events::SubscriptionRetrieveSecretResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Lithic::Models::Events::SubscriptionRetrieveSecretResponse
- Defined in:
- lib/lithic/models/events/subscription_retrieve_secret_response.rb,
sig/lithic/models/events/subscription_retrieve_secret_response.rbs
Overview
Instance Attribute Summary collapse
-
#secret ⇒ String?
The secret for the event subscription.
Instance Method Summary collapse
-
#initialize(secret: nil) ⇒ SubscriptionRetrieveSecretResponse
constructor
A new instance of SubscriptionRetrieveSecretResponse.
- #to_hash ⇒ { secret: String }
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(secret: nil) ⇒ SubscriptionRetrieveSecretResponse
Returns a new instance of SubscriptionRetrieveSecretResponse.
|
|
# File 'lib/lithic/models/events/subscription_retrieve_secret_response.rb', line 14
|
Instance Attribute Details
#secret ⇒ String?
The secret for the event subscription.
12 |
# File 'lib/lithic/models/events/subscription_retrieve_secret_response.rb', line 12 optional :secret, String |
Instance Method Details
#to_hash ⇒ { secret: String }
13 |
# File 'sig/lithic/models/events/subscription_retrieve_secret_response.rbs', line 13
def to_hash: -> { secret: String }
|