Class: SQLite3::ResultSet::HashWithTypes
- Inherits:
-
Hash
- Object
- Hash
- SQLite3::ResultSet::HashWithTypes
- Defined in:
- lib/sqlite3/resultset.rb
Overview
The class of which we return an object in case we want a Hash as result.
Instance Attribute Summary collapse
-
#types ⇒ Object
Returns the value of attribute types.
Instance Attribute Details
#types ⇒ Object
Returns the value of attribute types.
29 30 31 |
# File 'lib/sqlite3/resultset.rb', line 29 def types @types end |