Class: AmzSpApi::AplusContentApiModel::GetContentDocumentIncludedDataType
- Inherits:
-
Object
- Object
- AmzSpApi::AplusContentApiModel::GetContentDocumentIncludedDataType
- Defined in:
- lib/aplus-content-api-model/models/get_content_document_included_data_type.rb
Constant Summary collapse
- CONTENTS =
'CONTENTS'.freeze
- METADATA =
'METADATA'.freeze
Instance Method Summary collapse
-
#build_from_hash(value) ⇒ String
Builds the enum from string.
Instance Method Details
#build_from_hash(value) ⇒ String
Builds the enum from string
22 23 24 25 26 |
# File 'lib/aplus-content-api-model/models/get_content_document_included_data_type.rb', line 22 def build_from_hash(value) constantValues = GetContentDocumentIncludedDataType.constants.select { |c| GetContentDocumentIncludedDataType::const_get(c) == value } raise "Invalid ENUM value #{value} for class #GetContentDocumentIncludedDataType" if constantValues.empty? value end |