Sha256: 7908659809ab6502cb257059f975cac048880ebeab99857ad585d49806545733
Contents?: true
Size: 742 Bytes
Versions: 1
Compression:
Stored size: 742 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 ListingType PUBLIC_RECORDS = 'PublicRecords'.freeze MLS = 'MLS'.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 = ListingType.constants.select { |c| ListingType::const_get(c) == value } raise "Invalid ENUM value #{value} for class #ListingType" if constantValues.empty? value end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
docusign_rooms-1.3.0 | lib/docusign_rooms/models/listing_type.rb |