Class: Arel::Attributes::Time

Inherits:
Object
  • Object
show all
Defined in:
lib/arel_date_scopes/arel.rb

Instance Method Summary collapse

Instance Method Details

#dayofmonthObject



40
41
42
# File 'lib/arel_date_scopes/arel.rb', line 40

def dayofmonth
  Nodes::DayOfMonth.new [self]
end

#monthObject



36
37
38
# File 'lib/arel_date_scopes/arel.rb', line 36

def month
  Nodes::Month.new [self]
end

#yearObject



32
33
34
# File 'lib/arel_date_scopes/arel.rb', line 32

def year
  Nodes::Year.new [self]
end