Class: Detergent::Inspector::ScoredNode
- Inherits:
-
Struct
- Object
- Struct
- Detergent::Inspector::ScoredNode
- Defined in:
- lib/detergent/inspector.rb
Instance Attribute Summary collapse
-
#breakdown ⇒ Object
Returns the value of attribute breakdown.
-
#descriptor ⇒ Object
Returns the value of attribute descriptor.
-
#preview ⇒ Object
Returns the value of attribute preview.
-
#score ⇒ Object
Returns the value of attribute score.
Instance Attribute Details
#breakdown ⇒ Object
Returns the value of attribute breakdown
19 20 21 |
# File 'lib/detergent/inspector.rb', line 19 def breakdown @breakdown end |
#descriptor ⇒ Object
Returns the value of attribute descriptor
19 20 21 |
# File 'lib/detergent/inspector.rb', line 19 def descriptor @descriptor end |
#preview ⇒ Object
Returns the value of attribute preview
19 20 21 |
# File 'lib/detergent/inspector.rb', line 19 def preview @preview end |
#score ⇒ Object
Returns the value of attribute score
19 20 21 |
# File 'lib/detergent/inspector.rb', line 19 def score @score end |