Class: DingSDK::Operations::RetryResponse
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- DingSDK::Operations::RetryResponse
- Extended by:
- T::Sig
- Defined in:
- lib/ding/models/operations/retry_.rb
Instance Method Summary collapse
-
#initialize(content_type: nil, status_code: nil, error_response: nil, raw_response: nil, retry_authentication_response: nil) ⇒ RetryResponse
constructor
A new instance of RetryResponse.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(content_type: nil, status_code: nil, error_response: nil, raw_response: nil, retry_authentication_response: nil) ⇒ RetryResponse
Returns a new instance of RetryResponse.
30 31 32 33 34 35 36 |
# File 'lib/ding/models/operations/retry_.rb', line 30 def initialize(content_type: nil, status_code: nil, error_response: nil, raw_response: nil, retry_authentication_response: nil) @content_type = content_type @status_code = status_code @error_response = error_response @raw_response = raw_response @retry_authentication_response = retry_authentication_response end |