Method: Sequel::SQL::CaseExpression#conditions
- Defined in:
- lib/sequel/sql.rb
permalink #conditions ⇒ Object (readonly)
An array of all two pairs with the first element specifying the condition and the second element specifying the result if the condition matches.
1201 1202 1203 |
# File 'lib/sequel/sql.rb', line 1201 def conditions @conditions end |