Class: Jekyll::AwesomeNav::NavResolver::ResolutionContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/jekyll/awesome_nav/nav_resolver.rb

Instance Attribute Summary collapse

Instance Attribute Details

#append_unmatchedObject

Returns the value of attribute append_unmatched

Returns:

  • (Object)

    the current value of append_unmatched



6
7
8
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6

def append_unmatched
  @append_unmatched
end

#ignore_patternsObject

Returns the value of attribute ignore_patterns

Returns:

  • (Object)

    the current value of ignore_patterns



6
7
8
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6

def ignore_patterns
  @ignore_patterns
end

#sort_optionsObject

Returns the value of attribute sort_options

Returns:

  • (Object)

    the current value of sort_options



6
7
8
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6

def sort_options
  @sort_options
end