Class: RspecApiDocumentation::Views::SlateIndex

Inherits:
MarkdownIndex show all
Defined in:
lib/rspec_api_documentation/views/slate_index.rb

Instance Method Summary collapse

Methods inherited from MarkdownIndex

#examples

Methods inherited from MarkupIndex

#sections

Constructor Details

#initialize(index, configuration) ⇒ SlateIndex

Returns a new instance of SlateIndex.



4
5
6
7
# File 'lib/rspec_api_documentation/views/slate_index.rb', line 4

def initialize(index, configuration)
  super
  self.template_name = "rspec_api_documentation/slate_index"
end