Class: DingSDK::Shared::RetryAuthenticationRequest
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- DingSDK::Shared::RetryAuthenticationRequest
- Extended by:
- T::Sig
- Defined in:
- lib/ding/models/shared/retryauthenticationrequest.rb
Instance Method Summary collapse
-
#initialize(authentication_uuid: nil, customer_uuid: nil) ⇒ RetryAuthenticationRequest
constructor
A new instance of RetryAuthenticationRequest.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(authentication_uuid: nil, customer_uuid: nil) ⇒ RetryAuthenticationRequest
Returns a new instance of RetryAuthenticationRequest.
22 23 24 25 |
# File 'lib/ding/models/shared/retryauthenticationrequest.rb', line 22 def initialize(authentication_uuid: nil, customer_uuid: nil) @authentication_uuid = authentication_uuid @customer_uuid = customer_uuid end |