class FrOData::Properties::SByte

Defines the Signed Byte FrOData type.

Public Instance Methods

type() click to toggle source

The FrOData type name

# File lib/frodata/properties/integer.rb, line 96
def type
  'Edm.SByte'
end

Private Instance Methods

exponent_size() click to toggle source
# File lib/frodata/properties/integer.rb, line 102
def exponent_size
  7
end