Class: Genericode::ShortName
- Inherits:
-
Lutaml::Model::Serializable
- Object
- Lutaml::Model::Serializable
- Genericode::ShortName
- Defined in:
- lib/genericode/short_name.rb
Instance Method Summary collapse
-
#valid? ⇒ Boolean
Rule 39: Must not contain whitespace characters.
Instance Method Details
#valid? ⇒ Boolean
Rule 39: Must not contain whitespace characters
24 25 26 |
# File 'lib/genericode/short_name.rb', line 24 def valid? !content.match(/\s/) end |