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