Class: Glossarist::ReferenceExtractor::Pattern

Inherits:
Struct
  • Object
show all
Defined in:
lib/glossarist/reference_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



11
12
13
# File 'lib/glossarist/reference_extractor.rb', line 11

def name
  @name
end

#regexObject

Returns the value of attribute regex

Returns:

  • (Object)

    the current value of regex



11
12
13
# File 'lib/glossarist/reference_extractor.rb', line 11

def regex
  @regex
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



11
12
13
# File 'lib/glossarist/reference_extractor.rb', line 11

def resolver
  @resolver
end