class OData4::Properties::Byte
Public Instance Methods
type()
click to toggle source
The OData4
type name
# File lib/odata4/properties/integer.rb, line 78 def type 'Edm.Byte' end
Private Instance Methods
exponent_size()
click to toggle source
# File lib/odata4/properties/integer.rb, line 84 def exponent_size 8 end
min_value()
click to toggle source
# File lib/odata4/properties/integer.rb, line 88 def min_value 0 end