Class: ArelExtensions::Nodes::Wday
- Defined in:
- lib/arel_extensions/nodes/wday.rb
Constant Summary
Constants inherited from Function
Instance Method Summary collapse
- #date ⇒ Object
-
#initialize(other, aliaz = nil) ⇒ Wday
constructor
A new instance of Wday.
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.
6 7 8 9 10 |
# File 'lib/arel_extensions/nodes/wday.rb', line 6 def initialize other, aliaz = nil tab = Array.new tab << other super(tab, aliaz) end |
Instance Method Details
#date ⇒ Object
13 14 15 |
# File 'lib/arel_extensions/nodes/wday.rb', line 13 def date @expressions.first end |