Module: Pago::V2026_04::Enums::OrganizationSortProperty
- Defined in:
- lib/pago/v2026_04/enums.rb,
sig/pago/v2026_04/generated.rbs
Constant Summary collapse
- CREATED_AT =
"created_at"- V_CREATED_AT =
"-created_at"- SLUG =
"slug"- V_SLUG =
"-slug"- NAME =
"name"- V_NAME =
"-name"- NEXT_REVIEW_THRESHOLD =
"next_review_threshold"- V_NEXT_REVIEW_THRESHOLD =
"-next_review_threshold"- DAYS_IN_STATUS =
"days_in_status"- V_DAYS_IN_STATUS =
"-days_in_status"- ALL_VALUES =
[ CREATED_AT, V_CREATED_AT, SLUG, V_SLUG, NAME, V_NAME, NEXT_REVIEW_THRESHOLD, V_NEXT_REVIEW_THRESHOLD, DAYS_IN_STATUS, V_DAYS_IN_STATUS ].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.
2147 |
# File 'lib/pago/v2026_04/enums.rb', line 2147 def self.valid?(value) = ALL_VALUES.include?(value) |
.values ⇒ Array<String>
Returns every value declared by the API.
2143 |
# File 'lib/pago/v2026_04/enums.rb', line 2143 def self.values = ALL_VALUES |