Class: CopsDocumentationGenerator::CopData Private
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Struct
|
|
Instance Chain:
self,
Struct
|
|
Inherits: |
Struct
|
Defined in: | lib/rubocop/cops_documentation_generator.rb |
Instance Attribute Summary
- #config rw Internal use only
- #cop rw Internal use only
- #description rw Internal use only
- #example_objects rw Internal use only
- #safety_objects rw Internal use only
- #see_objects rw Internal use only
Instance Attribute Details
#config (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )
#cop (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )
#description (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )
#example_objects (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )
#safety_objects (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )
#see_objects (rw)
[ GitHub ]# File 'lib/rubocop/cops_documentation_generator.rb', line 10
CopData = Struct.new( :cop, :description, :example_objects, :safety_objects, :see_objects, :config, keyword_init: true )