Sha256: bc98fef77ab051d51231fa0a058a061fa77271bc53f9e6b56f3357fd211d7f46

Contents?: true

Size: 729 Bytes

Versions: 4

Compression:

Stored size: 729 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 ProductVersion
    
    V5 = 'v5'.freeze
    V6 = 'v6'.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 = ProductVersion.constants.select { |c| ProductVersion::const_get(c) == value }
      raise "Invalid ENUM value #{value} for class #ProductVersion" if constantValues.empty?
      value
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
docusign_rooms-1.3.0 lib/docusign_rooms/models/product_version.rb
docusign_rooms-1.2.0.rc1 lib/docusign_rooms/models/product_version.rb
docusign_rooms-1.1.0 lib/docusign_rooms/models/product_version.rb
docusign_rooms-1.1.0.rc1 lib/docusign_rooms/models/product_version.rb