Module: Rasti::DB::NQL::Syntax::Time6

Defined in:
lib/rasti/db/nql/syntax.rb

Instance Method Summary collapse

Instance Method Details

#dateObject



1619
1620
1621
# File 'lib/rasti/db/nql/syntax.rb', line 1619

def date
  elements[0]
end

#hourObject



1623
1624
1625
# File 'lib/rasti/db/nql/syntax.rb', line 1623

def hour
  elements[1]
end

#minutesObject



1627
1628
1629
# File 'lib/rasti/db/nql/syntax.rb', line 1627

def minutes
  elements[3]
end

#secondsObject



1631
1632
1633
# File 'lib/rasti/db/nql/syntax.rb', line 1631

def seconds
  elements[4]
end

#timezoneObject



1635
1636
1637
# File 'lib/rasti/db/nql/syntax.rb', line 1635

def timezone
  elements[5]
end