class OData4::Properties::Int32

Defines the Integer (32 bit) OData4 type.

Public Instance Methods

type() click to toggle source

The OData4 type name

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

Private Instance Methods

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