Class: JekyllDictionaries::Pages::DictionaryApi
- Inherits:
-
Dictionary
- Object
- Jekyll::Page
- Dictionary
- JekyllDictionaries::Pages::DictionaryApi
- Defined in:
- lib/jekyll-dictionaries/pages/dictionary_api.rb
Instance Attribute Summary
Attributes inherited from Dictionary
Instance Method Summary collapse
Methods inherited from Dictionary
#initialize, #url_placeholders
Constructor Details
This class inherits a constructor from JekyllDictionaries::Pages::Dictionary
Instance Method Details
#add_scope_data ⇒ Object
6 7 8 9 |
# File 'lib/jekyll-dictionaries/pages/dictionary_api.rb', line 6 def add_scope_data @type = :dictionary_api @ext = '.json' end |