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