Class: OData::Properties::SByte
- Inherits:
-
Integer
- Object
- OData::Property
- Integer
- OData::Properties::SByte
- Defined in:
- lib/odata/properties/integer.rb
Overview
Defines the Signed Byte OData type.
Instance Attribute Summary
Attributes inherited from OData::Property
Instance Method Summary collapse
-
#type ⇒ Object
The OData type name.
Methods inherited from Integer
Methods inherited from OData::Property
#==, #allows_nil?, #concurrency_mode, #initialize, #to_xml, #url_value, #xml_value
Constructor Details
This class inherits a constructor from OData::Property
Instance Method Details
#type ⇒ Object
The OData type name
96 97 98 |
# File 'lib/odata/properties/integer.rb', line 96 def type 'Edm.SByte' end |