Module: Pago::V2026_04::Enums::EventNamesSortProperty
- Defined in:
- lib/pago/v2026_04/enums.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- NAME =
"name"- V_NAME =
"-name"- OCCURRENCES =
"occurrences"- V_OCCURRENCES =
"-occurrences"- FIRST_SEEN =
"first_seen"- V_FIRST_SEEN =
"-first_seen"- LAST_SEEN =
"last_seen"- V_LAST_SEEN =
"-last_seen"- ALL_VALUES =
[ NAME, V_NAME, OCCURRENCES, V_OCCURRENCES, FIRST_SEEN, V_FIRST_SEEN, LAST_SEEN, V_LAST_SEEN ].freeze
Class Method Summary collapse
-
.valid?(value) ⇒ Boolean
Whether the value is declared by this API version.
-
.values ⇒ Array<String>
Every value declared by the API.
Class Method Details
.valid?(value) ⇒ Boolean
Returns whether the value is declared by this API version.
1715 |
# File 'lib/pago/v2026_04/enums.rb', line 1715 def self.valid?(value) = ALL_VALUES.include?(value) |
.values ⇒ Array<String>
Returns every value declared by the API.
1711 |
# File 'lib/pago/v2026_04/enums.rb', line 1711 def self.values = ALL_VALUES |