Class: Esp::Mw::ScriptExtractor::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/esp/mw/script_extractor.rb

Instance Attribute Summary collapse

Instance Attribute Details

#extractedObject

Returns the value of attribute extracted

Returns:

  • (Object)

    the current value of extracted



17
18
19
# File 'lib/esp/mw/script_extractor.rb', line 17

def extracted
  @extracted
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



17
18
19
# File 'lib/esp/mw/script_extractor.rb', line 17

def skipped
  @skipped
end