Class: OData4::Properties::DateTimeOffset

Inherits:
DateTime show all
Defined in:
lib/odata4/properties/date_time_offset.rb

Overview

Defines the DateTimeOffset OData4 type.

Instance Attribute Summary

Attributes inherited from OData4::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from DateTime

#json_value, #url_value, #value, #value=, #xml_value

Methods inherited from OData4::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 OData4::Property

Instance Method Details

#typeObject

The OData4 type name



6
7
8
# File 'lib/odata4/properties/date_time_offset.rb', line 6

def type
  'Edm.DateTimeOffset'
end