Class: Dinie::ArticlesOfAssociationSubmitted
- Inherits:
-
Internal::Model
- Object
- Internal::Model
- Dinie::ArticlesOfAssociationSubmitted
- Defined in:
- lib/dinie/generated/types/kyc.rb
Constant Summary
Constants inherited from Internal::Model
Internal::Model::REDACTED_ATTRIBUTES
Class Method Summary collapse
Methods inherited from Internal::Model
#==, attribute, attributes, #deconstruct_keys, #hash, inherited, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from Dinie::Internal::Model
Class Method Details
.deserialize(raw) ⇒ Object
151 152 153 154 155 156 157 158 |
# File 'lib/dinie/generated/types/kyc.rb', line 151 def self.deserialize(raw) new( attachments: raw[:attachments].map { |item| ArticlesOfAssociationAttachment.deserialize(item) }, evidence_type: raw[:evidence_type], review_reason: raw[:review_reason], review_status: raw[:review_status] ) end |