class Rasti::DB::NQL::Nodes::Constants::Time
Public Instance Methods
value()
click to toggle source
# File lib/rasti/db/nql/nodes/constants/time.rb, line 8 def value time.to_s end
Private Instance Methods
time()
click to toggle source
# File lib/rasti/db/nql/nodes/constants/time.rb, line 14 def time @time ||= Timing::TimeInZone.parse text_value end