Class: RuboCop::Schema::AsciiDoc::Index
- Defined in:
- lib/rubocop/schema/ascii_doc/index.rb
Instance Attribute Summary collapse
- #department_names ⇒ Array<string> readonly
Method Summary
Methods inherited from Base
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_names ⇒ Array<string> (readonly)
8 9 10 |
# File 'lib/rubocop/schema/ascii_doc/index.rb', line 8 def department_names @department_names end |