Method: Sequel::SQL::Cast#initialize

Defined in:
lib/sequel/sql.rb

#initialize(expr, type) ⇒ Cast

Set the attributes to the given arguments



1156
1157
1158
1159
# File 'lib/sequel/sql.rb', line 1156

def initialize(expr, type)
  @expr = expr
  @type = type
end