Class: Jekyll::AwesomeNav::NavResolver::ResolutionContext
- Inherits:
-
Struct
- Object
- Struct
- Jekyll::AwesomeNav::NavResolver::ResolutionContext
- Defined in:
- lib/jekyll/awesome_nav/nav_resolver.rb
Instance Attribute Summary collapse
-
#append_unmatched ⇒ Object
Returns the value of attribute append_unmatched.
-
#ignore_patterns ⇒ Object
Returns the value of attribute ignore_patterns.
-
#sort_options ⇒ Object
Returns the value of attribute sort_options.
Instance Attribute Details
#append_unmatched ⇒ Object
Returns the value of attribute append_unmatched
6 7 8 |
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6 def append_unmatched @append_unmatched end |
#ignore_patterns ⇒ Object
Returns the value of attribute ignore_patterns
6 7 8 |
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6 def ignore_patterns @ignore_patterns end |
#sort_options ⇒ Object
Returns the value of attribute sort_options
6 7 8 |
# File 'lib/jekyll/awesome_nav/nav_resolver.rb', line 6 def @sort_options end |