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