module Timing::NaturalTimeLanguage::BeforeFromMoment0

Public Instance Methods

direction() click to toggle source
# File lib/timing/natural_time_language.rb, line 725
def direction
  elements[4]
end
interval_type() click to toggle source
# File lib/timing/natural_time_language.rb, line 721
def interval_type
  elements[2]
end
moment() click to toggle source
# File lib/timing/natural_time_language.rb, line 729
def moment
  elements[6]
end
number() click to toggle source
# File lib/timing/natural_time_language.rb, line 717
def number
  elements[0]
end