Sha256: d9a09095c9d1ef2a1aa038e7114bedb5055b91d7bfe7bb688e46a54801cf29a2

Contents?: true

Size: 520 Bytes

Versions: 8

Compression:

Stored size: 520 Bytes

Contents

# frozen_string_literal: true

module Yext
  module Api
    module Enumerations
      # An enumeration class to contain the allowable values for the status of an AddRequest
      class LocationType
        include Yext::Api::Concerns::EnumAll

        LOCATION                = "LOCATION"
        HEALTHCARE_PROFESSIONAL = "HEALTHCARE_PROFESSIONAL"
        HEALTHCARE_FACILITY     = "HEALTHCARE_FACILITY"
        RESTAURANT              = "RESTAURANT"
        ATM                     = "ATM"
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
yext-api-0.1.11 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.10 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.9 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.8 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.7 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.5 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.4 lib/yext/api/enumerations/location_type.rb
yext-api-0.1.3 lib/yext/api/enumerations/location_type.rb