Class: Esp::Mw::ScriptExtractor::Result
- Inherits:
-
Struct
- Object
- Struct
- Esp::Mw::ScriptExtractor::Result
- Defined in:
- lib/esp/mw/script_extractor.rb
Instance Attribute Summary collapse
-
#extracted ⇒ Object
Returns the value of attribute extracted.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#extracted ⇒ Object
Returns the value of attribute extracted
17 18 19 |
# File 'lib/esp/mw/script_extractor.rb', line 17 def extracted @extracted end |
#skipped ⇒ Object
Returns the value of attribute skipped
17 18 19 |
# File 'lib/esp/mw/script_extractor.rb', line 17 def skipped @skipped end |