Class: RuboCop::Config::CopConfig
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Config::CopConfig
- Defined in:
- lib/rubocop/config.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
17 18 19 |
# File 'lib/rubocop/config.rb', line 17 def @metadata end |
#name ⇒ Object
Returns the value of attribute name
17 18 19 |
# File 'lib/rubocop/config.rb', line 17 def name @name end |