Method: Sequel::SQL::CaseExpression#conditions

Defined in:
lib/sequel/sql.rb

#conditionsObject (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.

[View source]

1201
1202
1203
# File 'lib/sequel/sql.rb', line 1201

def conditions
  @conditions
end