class FrOData::Properties::Date
Public Instance Methods
type()
click to toggle source
The FrOData
type name
# File lib/frodata/properties/date.rb, line 8 def type 'Edm.Date' end
url_value()
click to toggle source
# File lib/frodata/properties/date.rb, line 12 def url_value @value end
Protected Instance Methods
date_class()
click to toggle source
# File lib/frodata/properties/date.rb, line 18 def date_class ::Date end
strptime_format()
click to toggle source
# File lib/frodata/properties/date.rb, line 22 def strptime_format '%Y-%m-%d' end