Class: CleoQualityReview::Checks::Registry::Registration
- Inherits:
-
Data
- Object
- Data
- CleoQualityReview::Checks::Registry::Registration
- Defined in:
- lib/cleo_quality_review/checks/registry.rb
Instance Attribute Summary collapse
-
#check_name ⇒ Object
readonly
Returns the value of attribute check_name.
-
#klass ⇒ Object
readonly
Returns the value of attribute klass.
-
#tool_type ⇒ Object
readonly
Returns the value of attribute tool_type.
Instance Attribute Details
#check_name ⇒ Object (readonly)
Returns the value of attribute check_name
22 23 24 |
# File 'lib/cleo_quality_review/checks/registry.rb', line 22 def check_name @check_name end |
#klass ⇒ Object (readonly)
Returns the value of attribute klass
22 23 24 |
# File 'lib/cleo_quality_review/checks/registry.rb', line 22 def klass @klass end |
#tool_type ⇒ Object (readonly)
Returns the value of attribute tool_type
22 23 24 |
# File 'lib/cleo_quality_review/checks/registry.rb', line 22 def tool_type @tool_type end |