class OData4::Properties::TimeOfDay
Public Instance Methods
type()
click to toggle source
The OData4
type name
# File lib/odata4/properties/time_of_day.rb, line 8 def type 'Edm.TimeOfDay' end
url_value()
click to toggle source
# File lib/odata4/properties/time_of_day.rb, line 12 def url_value @value end
Protected Instance Methods
date_class()
click to toggle source
# File lib/odata4/properties/time_of_day.rb, line 18 def date_class ::Time end
strptime_format()
click to toggle source
# File lib/odata4/properties/time_of_day.rb, line 22 def strptime_format '%H:%M:%S.%L' end