class OData4::Properties::SByte

Defines the Signed Byte OData4 type.

Public Instance Methods

type() click to toggle source

The OData4 type name

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

Private Instance Methods

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