class Frodo::Properties::Int32

Defines the Integer (32 bit) Frodo type.

Public Instance Methods

type() click to toggle source

The Frodo type name

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

Private Instance Methods

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