Class: CopsDocumentationGenerator::CopData Private
- Inherits:
-
Struct
- Object
- Struct
- CopsDocumentationGenerator::CopData
- Defined in:
- lib/rubocop/cops_documentation_generator.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#cop ⇒ Object
Returns the value of attribute cop.
-
#description ⇒ Object
Returns the value of attribute description.
-
#example_objects ⇒ Object
Returns the value of attribute example_objects.
-
#safety_objects ⇒ Object
Returns the value of attribute safety_objects.
-
#see_objects ⇒ Object
Returns the value of attribute see_objects.
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def config @config end |
#cop ⇒ Object
Returns the value of attribute cop
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def cop @cop end |
#description ⇒ Object
Returns the value of attribute description
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def description @description end |
#example_objects ⇒ Object
Returns the value of attribute example_objects
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def example_objects @example_objects end |
#safety_objects ⇒ Object
Returns the value of attribute safety_objects
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def safety_objects @safety_objects end |
#see_objects ⇒ Object
Returns the value of attribute see_objects
10 11 12 |
# File 'lib/rubocop/cops_documentation_generator.rb', line 10 def see_objects @see_objects end |