Module: Pinnacle::Types::SubscriberMatchResult

Extended by:
Internal::Types::Enum
Defined in:
lib/pinnacle/types/subscriber_match_result.rb

Constant Summary collapse

EXACT =
"exact"
HIGH =
"high"
PARTIAL =
"partial"
LOW =
"low"
NONE =
"none"
UNAVAILABLE =
"unavailable"
INCLUDED_WITH_ADDRESS_MATCH =
"included-with-address-match"
UNKNOWN =
"unknown"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load