Class: Scraper::Reader::Parsed

Inherits:
Struct
  • Object
show all
Defined in:
lib/scraper/reader.rb

Instance Attribute Summary collapse

Instance Attribute Details

#documentObject

Returns the value of attribute document

Returns:

  • (Object)

    the current value of document



81
82
83
# File 'lib/scraper/reader.rb', line 81

def document
  @document
end

#encodingObject

Returns the value of attribute encoding

Returns:

  • (Object)

    the current value of encoding



81
82
83
# File 'lib/scraper/reader.rb', line 81

def encoding
  @encoding
end