Class: Pubid::Nist::Preprocessor::Result
- Inherits:
-
Struct
- Object
- Struct
- Pubid::Nist::Preprocessor::Result
- Defined in:
- lib/pubid/nist/preprocessor.rb
Overview
Outcome of preprocessing. cleaned - the normalized identifier string ready for the grammar format - :mr if the input uses dot-separators, :short otherwise
Instance Attribute Summary collapse
-
#cleaned ⇒ Object
Returns the value of attribute cleaned.
-
#format ⇒ Object
Returns the value of attribute format.
Instance Attribute Details
#cleaned ⇒ Object
Returns the value of attribute cleaned
21 22 23 |
# File 'lib/pubid/nist/preprocessor.rb', line 21 def cleaned @cleaned end |
#format ⇒ Object
Returns the value of attribute format
21 22 23 |
# File 'lib/pubid/nist/preprocessor.rb', line 21 def format @format end |