class OData4::Properties::Int16

Defines the Integer (16 bit) OData4 type.

Public Instance Methods

type() click to toggle source

The OData4 type name

# File lib/odata4/properties/integer.rb, line 47
def type
  'Edm.Int16'
end

Private Instance Methods

exponent_size() click to toggle source
# File lib/odata4/properties/integer.rb, line 53
def exponent_size
  15
end