Class: OData::Properties::Byte

Inherits:
Integer show all
Defined in:
lib/odata/properties/integer.rb

Overview

Defines the Byte OData type.

Instance Attribute Summary

Attributes inherited from OData::Property

#name, #value

Instance Method Summary collapse

Methods inherited from Integer

#value, #value=

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

#typeObject

The OData type name



78
79
80
# File 'lib/odata/properties/integer.rb', line 78

def type
  'Edm.Byte'
end