Class: FrOData::Properties::DateTimeOffset

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

Overview

Defines the DateTimeOffset FrOData type.

Instance Attribute Summary

Attributes inherited from FrOData::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from DateTime

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

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

Instance Method Details

#typeObject

The FrOData type name



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

def type
  'Edm.DateTimeOffset'
end