Sha256: f7ab26d02b0d3edc65a5c7e4765bb5251fa9a686df00d21633022244aa582ba2
Contents?: true
Size: 872 Bytes
Versions: 4
Compression:
Stored size: 872 Bytes
Contents
=begin #DocuSign Rooms API - v2 #An API for an integrator to access the features of DocuSign Rooms OpenAPI spec version: v2 Contact: devcenter@docusign.com Generated by: https://github.com/swagger-api/swagger-codegen.git =end require 'date' module DocuSign_Rooms class FieldsCustomDataFilterType NONE = 'None'.freeze IS_REQUIRED_ON_CREATE = 'IsRequiredOnCreate'.freeze IS_REQUIRED_ON_SUBMIT = 'IsRequiredOnSubmit'.freeze # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value def build_from_hash(value) constantValues = FieldsCustomDataFilterType.constants.select { |c| FieldsCustomDataFilterType::const_get(c) == value } raise "Invalid ENUM value #{value} for class #FieldsCustomDataFilterType" if constantValues.empty? value end end end
Version data entries
4 entries across 4 versions & 1 rubygems