Sha256: ec87460e28e925f64803f6ab11ede610d5d56df010467ce93373a1185030212f

Contents?: true

Size: 387 Bytes

Versions: 1

Compression:

Stored size: 387 Bytes

Contents

module SmartyStreets
  module USStreet
    module MatchType
      STRICT = 'strict'.freeze
      INVALID = 'invalid'.freeze
      ENHANCED = 'enhanced'.freeze
    end

    module OutputFormat
      DEFAULT = 'default'.freeze
      PROJECT_USA = 'project-usa'.freeze
    end

    module CountySource
      POSTAL = 'postal'.freeze
      GEOGRAPHIC = 'geographic'.freeze
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
smartystreets_ruby_sdk-5.20.6 lib/smartystreets_ruby_sdk/us_street/match_type.rb