Method: RDF::XSD#byte
- Defined in:
- lib/rdf/vocab/xsd.rb
#byte ⇒ RDF::Vocabulary::Term (readonly)
‘byte` is derived from `short` by setting the value of `maxInclusive` to be `127` and `minInclusive` to be `-128`. The _base type_ of `byte` is `short`.
74 75 76 |
# File 'lib/rdf/vocab/xsd.rb', line 74 def byte @byte end |