Class: RuboCop::Schema::CopInfo
- Inherits:
-
Struct
- Object
- Struct
- RuboCop::Schema::CopInfo
- Defined in:
- lib/rubocop/schema/value_objects.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#description ⇒ Object
Returns the value of attribute description.
-
#enabled_by_default ⇒ Object
Returns the value of attribute enabled_by_default.
-
#name ⇒ Object
Returns the value of attribute name.
-
#supports_autocorrect ⇒ Object
Returns the value of attribute supports_autocorrect.
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes
3 4 5 |
# File 'lib/rubocop/schema/value_objects.rb', line 3 def attributes @attributes end |
#description ⇒ Object
Returns the value of attribute description
3 4 5 |
# File 'lib/rubocop/schema/value_objects.rb', line 3 def description @description end |
#enabled_by_default ⇒ Object
Returns the value of attribute enabled_by_default
3 4 5 |
# File 'lib/rubocop/schema/value_objects.rb', line 3 def enabled_by_default @enabled_by_default end |
#name ⇒ Object
Returns the value of attribute name
3 4 5 |
# File 'lib/rubocop/schema/value_objects.rb', line 3 def name @name end |
#supports_autocorrect ⇒ Object
Returns the value of attribute supports_autocorrect
3 4 5 |
# File 'lib/rubocop/schema/value_objects.rb', line 3 def supports_autocorrect @supports_autocorrect end |