class RspecApiDocumentation::Views::SlateIndex
Public Class Methods
new(index, configuration)
click to toggle source
Calls superclass method
RspecApiDocumentation::Views::MarkdownIndex::new
# 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