Class: OData4::Properties::Byte

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

Overview

Defines the Byte OData4 type.

Instance Attribute Summary

Attributes inherited from OData4::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from Integer

#value, #value=

Methods inherited from OData4::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 OData4::Property

Instance Method Details

#typeObject

The OData4 type name



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

def type
  'Edm.Byte'
end