class FrOData::Properties::Byte

Defines the Byte FrOData type.

Public Instance Methods

type() click to toggle source

The FrOData type name

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

Private Instance Methods

exponent_size() click to toggle source
# File lib/frodata/properties/integer.rb, line 84
def exponent_size
  8
end
min_value() click to toggle source
# File lib/frodata/properties/integer.rb, line 88
def min_value
  0
end