Class: Frodo::Properties::DateTimeOffset
- Inherits:
-
DateTime
- Object
- Frodo::Property
- DateTime
- Frodo::Properties::DateTimeOffset
- Defined in:
- lib/frodo/properties/date_time_offset.rb
Overview
Defines the DateTimeOffset Frodo type.
Instance Attribute Summary
Attributes inherited from Frodo::Property
Instance Method Summary collapse
-
#type ⇒ Object
The Frodo type name.
Methods inherited from DateTime
#json_value, #url_value, #value, #value=, #xml_value
Methods inherited from Frodo::Property
#==, #allows_nil?, #concurrency_mode, from_xml, #initialize, #json_value, #strict?, #to_xml, #url_value, #xml_value
Constructor Details
This class inherits a constructor from Frodo::Property
Instance Method Details
#type ⇒ Object
The Frodo type name
6 7 8 |
# File 'lib/frodo/properties/date_time_offset.rb', line 6 def type 'Edm.DateTimeOffset' end |