Class: Glossarist::ReferenceExtractor::IdentifierResolver
- Inherits:
-
Struct
- Object
- Struct
- Glossarist::ReferenceExtractor::IdentifierResolver
- Defined in:
- lib/glossarist/reference_extractor.rb
Instance Attribute Summary collapse
-
#prefix ⇒ Object
Returns the value of attribute prefix.
-
#resolver ⇒ Object
Returns the value of attribute resolver.
Instance Attribute Details
#prefix ⇒ Object
Returns the value of attribute prefix
10 11 12 |
# File 'lib/glossarist/reference_extractor.rb', line 10 def prefix @prefix end |
#resolver ⇒ Object
Returns the value of attribute resolver
10 11 12 |
# File 'lib/glossarist/reference_extractor.rb', line 10 def resolver @resolver end |