Class: CleoQualityReview::Checks::Registry::Registration

Inherits:
Data
  • Object
show all
Defined in:
lib/cleo_quality_review/checks/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#check_nameObject (readonly)

Returns the value of attribute check_name

Returns:

  • (Object)

    the current value of check_name



22
23
24
# File 'lib/cleo_quality_review/checks/registry.rb', line 22

def check_name
  @check_name
end

#klassObject (readonly)

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



22
23
24
# File 'lib/cleo_quality_review/checks/registry.rb', line 22

def klass
  @klass
end

#tool_typeObject (readonly)

Returns the value of attribute tool_type

Returns:

  • (Object)

    the current value of tool_type



22
23
24
# File 'lib/cleo_quality_review/checks/registry.rb', line 22

def tool_type
  @tool_type
end