class Frodo::Properties::SByte

Defines the Signed Byte Frodo type.

Public Instance Methods

type() click to toggle source

The Frodo type name

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

Private Instance Methods

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