Class: Frodo::Properties::TimeOfDay

Inherits:
DateTime show all
Defined in:
lib/frodo/properties/time_of_day.rb

Overview

Defines the Date Frodo type.

Instance Attribute Summary

Attributes inherited from Frodo::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from DateTime

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

Methods inherited from Frodo::Property

#==, #allows_nil?, #concurrency_mode, from_xml, #initialize, #json_value, #strict?, #to_xml, #xml_value

Constructor Details

This class inherits a constructor from Frodo::Property

Instance Method Details

#typeObject

The Frodo type name



8
9
10
# File 'lib/frodo/properties/time_of_day.rb', line 8

def type
  'Edm.TimeOfDay'
end

#url_valueObject



12
13
14
# File 'lib/frodo/properties/time_of_day.rb', line 12

def url_value
  @value
end