Class: AmzSpApi::AplusContentApiModel::GetContentDocumentIncludedDataType

Inherits:
Object
  • Object
show all
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

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