Class | XSD::XSDHexBinary |
In: |
xsd/datatypes.rb
|
Parent: | XSDAnySimpleType |
Type | = | QName.new(Namespace, HexBinaryLiteral) |
String in Ruby could be a binary.
# File xsd/datatypes.rb, line 876 def initialize(value = nil) init(Type, value) end