Sha256: b68e95974bdb3aadd0f4bdb9c676d103271adafeb8371e7cf86922a58e28f50f
Contents?: true
Size: 1.43 KB
Versions: 1
Compression:
Stored size: 1.43 KB
Contents
=begin #Messente API #[Messente](https://messente.com) is a global provider of messaging and user verification services. Use Messente API library to send and receive SMS, Viber and WhatsApp messages, blacklist phone numbers to make sure you're not sending any unwanted messages, manage contacts and groups. Messente builds [tools](https://messente.com/documentation) to help organizations connect their services to people anywhere in the world. The version of the OpenAPI document: 1.0.2 Contact: messente@messente.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.0.3 =end require 'date' module MessenteApi class ErrorCodeOmnichannel N101 = "101".freeze N102 = "102".freeze N103 = "103".freeze N104 = "104".freeze N105 = "105".freeze N106 = "106".freeze N107 = "107".freeze # Builds the enum from string # @param [String] The enum value in the form of the string # @return [String] The enum value def self.build_from_hash(value) new.build_from_hash(value) end # 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 = ErrorCodeOmnichannel.constants.select { |c| ErrorCodeOmnichannel::const_get(c) == value } raise "Invalid ENUM value #{value} for class #ErrorCodeOmnichannel" if constantValues.empty? value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messente_api-1.0.3 | lib/messente_api/models/error_code_omnichannel.rb |