class TrueConf::Entity::DateTime

Public Instance Methods

as_time() click to toggle source
# File lib/true-conf/entity/date_time.rb, line 12
def as_time
  Time.parse(date)
end