Sha256: f4c4b4132057a86e16d9640dfbc7740a1cfddbd16e9df51bcc7ab5aee834d101
Contents?: true
Size: 1.38 KB
Versions: 1
Compression:
Stored size: 1.38 KB
Contents
=begin #Messente API #[Messente](https://messente.com) is a global provider of messaging and user verification services. * Send and receive SMS, Viber, WhatsApp and Telegram messages. * Manage contacts and groups. * Fetch detailed info about phone numbers. * Blacklist phone numbers to make sure you're not sending any unwanted messages. 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.2.0 Contact: messente@messente.com Generated by: https://openapi-generator.tech OpenAPI Generator version: 4.0.3 =end require 'date' module MessenteApi class ErrorCodeStatistics N100 = "100".freeze N103 = "103".freeze N104 = "104".freeze N105 = "105".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 = ErrorCodeStatistics.constants.select { |c| ErrorCodeStatistics::const_get(c) == value } raise "Invalid ENUM value #{value} for class #ErrorCodeStatistics" if constantValues.empty? value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
messente_api-1.2.0 | lib/messente_api/models/error_code_statistics.rb |