Class: FrOData::Properties::TimeOfDay
- Inherits:
-
DateTime
- Object
- FrOData::Property
- DateTime
- FrOData::Properties::TimeOfDay
- Defined in:
- lib/frodata/properties/time_of_day.rb
Overview
Defines the Date FrOData type.
Instance Attribute Summary
Attributes inherited from FrOData::Property
Instance Method Summary collapse
-
#type ⇒ Object
The FrOData type name.
- #url_value ⇒ Object
Methods inherited from DateTime
#json_value, #value, #value=, #xml_value
Methods inherited from FrOData::Property
#==, #allows_nil?, #concurrency_mode, from_xml, #initialize, #json_value, #strict?, #to_xml, #xml_value
Constructor Details
This class inherits a constructor from FrOData::Property
Instance Method Details
#type ⇒ Object
The FrOData type name
8 9 10 |
# File 'lib/frodata/properties/time_of_day.rb', line 8 def type 'Edm.TimeOfDay' end |
#url_value ⇒ Object
12 13 14 |
# File 'lib/frodata/properties/time_of_day.rb', line 12 def url_value @value end |