module Rasti::DB::NQL::Syntax::Date3

Public Instance Methods

day() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1841
def day
  elements[4]
end
month() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1837
def month
  elements[2]
end
year() click to toggle source
# File lib/rasti/db/nql/syntax.rb, line 1833
def year
  elements[0]
end