Class: Jekyll::Site
- Inherits:
-
Object
- Object
- Jekyll::Site
- Defined in:
- lib/jekyll-wikirefs/patch/site.rb
Instance Attribute Summary collapse
-
#doc_mngr ⇒ Object
Returns the value of attribute doc_mngr.
-
#link_index ⇒ Object
Returns the value of attribute link_index.
-
#wiki_parser ⇒ Object
Returns the value of attribute wiki_parser.
Instance Attribute Details
#doc_mngr ⇒ Object
Returns the value of attribute doc_mngr.
9 10 11 |
# File 'lib/jekyll-wikirefs/patch/site.rb', line 9 def doc_mngr @doc_mngr end |
#link_index ⇒ Object
Returns the value of attribute link_index.
9 10 11 |
# File 'lib/jekyll-wikirefs/patch/site.rb', line 9 def link_index @link_index end |
#wiki_parser ⇒ Object
Returns the value of attribute wiki_parser.
9 10 11 |
# File 'lib/jekyll-wikirefs/patch/site.rb', line 9 def wiki_parser @wiki_parser end |