Class: Detergent::Inspector::ScoredNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/detergent/inspector.rb

Instance Attribute Summary collapse

Instance Attribute Details

#breakdownObject

Returns the value of attribute breakdown

Returns:

  • (Object)

    the current value of breakdown



19
20
21
# File 'lib/detergent/inspector.rb', line 19

def breakdown
  @breakdown
end

#descriptorObject

Returns the value of attribute descriptor

Returns:

  • (Object)

    the current value of descriptor



19
20
21
# File 'lib/detergent/inspector.rb', line 19

def descriptor
  @descriptor
end

#previewObject

Returns the value of attribute preview

Returns:

  • (Object)

    the current value of preview



19
20
21
# File 'lib/detergent/inspector.rb', line 19

def preview
  @preview
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



19
20
21
# File 'lib/detergent/inspector.rb', line 19

def score
  @score
end