Class: Html2rss::Test::EnhanceAudit::EnhanceGains
- Inherits:
-
Data
- Object
- Data
- Html2rss::Test::EnhanceAudit::EnhanceGains
- Defined in:
- lib/html2rss/test/enhance_audit.rb
Overview
Aggregate enhance probe metrics for one configuration test.
Instance Attribute Summary collapse
-
#descriptions_added ⇒ Object
readonly
Returns the value of attribute descriptions_added.
-
#items_probed ⇒ Object
readonly
Returns the value of attribute items_probed.
-
#keys_added ⇒ Object
readonly
Returns the value of attribute keys_added.
-
#no_op ⇒ Object
readonly
Returns the value of attribute no_op.
Instance Attribute Details
#descriptions_added ⇒ Object (readonly)
Returns the value of attribute descriptions_added
17 18 19 |
# File 'lib/html2rss/test/enhance_audit.rb', line 17 def descriptions_added @descriptions_added end |
#items_probed ⇒ Object (readonly)
Returns the value of attribute items_probed
17 18 19 |
# File 'lib/html2rss/test/enhance_audit.rb', line 17 def items_probed @items_probed end |
#keys_added ⇒ Object (readonly)
Returns the value of attribute keys_added
17 18 19 |
# File 'lib/html2rss/test/enhance_audit.rb', line 17 def keys_added @keys_added end |
#no_op ⇒ Object (readonly)
Returns the value of attribute no_op
17 18 19 |
# File 'lib/html2rss/test/enhance_audit.rb', line 17 def no_op @no_op end |