Class: RuboCop::Schema::AsciiDoc::Index

Inherits:
Base
  • Object
show all
Defined in:
lib/rubocop/schema/ascii_doc/index.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Methods included from Helpers

#boolean, #deep_dup, #deep_merge, #http_get, #strip_html, #template, templates

Constructor Details

This class inherits a constructor from RuboCop::Schema::AsciiDoc::Base

Instance Attribute Details

#department_namesArray<string> (readonly)

Returns:

  • (Array<string>)


8
9
10
# File 'lib/rubocop/schema/ascii_doc/index.rb', line 8

def department_names
  @department_names
end