Class: Oscal::StringDataType

Inherits:
OscalDatatype show all
Defined in:
lib/oscal/datatypes.rb

Constant Summary collapse

PATTERN =
/\S(.*\S)?/

Method Summary

Methods inherited from OscalDatatype

#initialize, #to_s, #validate

Methods included from ParsingLogger

#get_logger, logger=

Constructor Details

This class inherits a constructor from Oscal::OscalDatatype