Class: ArelExtensions::Nodes::Wday

Inherits:
Function
  • Object
show all
Defined in:
lib/arel_extensions/nodes/wday.rb

Constant Summary

Constants inherited from Function

Function::MBSTRING, Function::RETURN_TYPE

Instance Method Summary collapse

Methods inherited from Function

#!=, #==, #as, #convert_to_date_node, #convert_to_datetime_node, #convert_to_node, #convert_to_number, #convert_to_string_node, #expr, #left, #return_type, #right, #type_of_attribute

Methods included from Predications

#cast, #convert_to_node, #imatches, #in, #matches, #not_in, #when

Constructor Details

#initialize(other, aliaz = nil) ⇒ Wday

Returns a new instance of Wday.



4
5
6
7
8
# File 'lib/arel_extensions/nodes/wday.rb', line 4

def initialize other, aliaz = nil
  tab = Array.new
  tab << other
  super(tab, aliaz)
end

Instance Method Details

#dateObject



10
11
12
# File 'lib/arel_extensions/nodes/wday.rb', line 10

def date
  @expressions.first
end