Class: FrOData::Properties::Single
- Inherits:
-
Float
- Object
- FrOData::Property
- Float
- FrOData::Properties::Single
- Defined in:
- lib/frodata/properties/float.rb
Overview
Defines the Single (Float) FrOData type.
Instance Attribute Summary
Attributes inherited from FrOData::Property
Instance Method Summary collapse
-
#type ⇒ Object
The FrOData type name.
-
#url_value ⇒ String
Value to be used in URLs.
Methods inherited from Float
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
46 47 48 |
# File 'lib/frodata/properties/float.rb', line 46 def type 'Edm.Single' end |
#url_value ⇒ String
Value to be used in URLs.
52 53 54 |
# File 'lib/frodata/properties/float.rb', line 52 def url_value "#{value}F" end |