Class: Dossier::Result::Unformatted
- Inherits:
-
Dossier::Result
- Object
- Dossier::Result
- Dossier::Result::Unformatted
- Defined in:
- lib/dossier/result.rb
Instance Attribute Summary
Attributes inherited from Dossier::Result
Instance Method Summary collapse
Methods inherited from Dossier::Result
#arrays, #body, #footers, #hashes, #initialize, #raw_headers, #row_hash, #rows
Constructor Details
This class inherits a constructor from Dossier::Result
Instance Method Details
#each ⇒ Object
101 102 103 |
# File 'lib/dossier/result.rb', line 101 def each adapter_results.rows.each { |row| yield row } end |
#headers ⇒ Object
105 106 107 |
# File 'lib/dossier/result.rb', line 105 def headers raw_headers end |