class FrOData::Properties::Int32
Public Instance Methods
type()
click to toggle source
The FrOData
type name
# File lib/frodata/properties/integer.rb, line 61 def type 'Edm.Int32' end
Private Instance Methods
exponent_size()
click to toggle source
# File lib/frodata/properties/integer.rb, line 67 def exponent_size 31 end