Class: FrOData::Properties::Int32
- Inherits:
-
Integer
- Object
- FrOData::Property
- Integer
- FrOData::Properties::Int32
- Defined in:
- lib/frodata/properties/integer.rb
Overview
Defines the Integer (32 bit) FrOData type.
Instance Attribute Summary
Attributes inherited from FrOData::Property
Instance Method Summary collapse
-
#type ⇒ Object
The FrOData type name.
Methods inherited from Integer
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
#type ⇒ Object
The FrOData type name
61 62 63 |
# File 'lib/frodata/properties/integer.rb', line 61 def type 'Edm.Int32' end |