Class: FrOData::Properties::Int16

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

Overview

Defines the Integer (16 bit) FrOData type.

Instance Attribute Summary

Attributes inherited from FrOData::Property

#name, #options, #value

Instance Method Summary collapse

Methods inherited from Integer

#value, #value=

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

#typeObject

The FrOData type name



47
48
49
# File 'lib/frodata/properties/integer.rb', line 47

def type
  'Edm.Int16'
end