Class: Glossarist::ReferenceExtractor::IdentifierResolver

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

Instance Attribute Summary collapse

Instance Attribute Details

#prefixObject

Returns the value of attribute prefix

Returns:

  • (Object)

    the current value of prefix



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

def prefix
  @prefix
end

#resolverObject

Returns the value of attribute resolver

Returns:

  • (Object)

    the current value of resolver



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

def resolver
  @resolver
end