Module: SQLite3::ResultSet::FieldsContainer
- Defined in:
- lib/sqlite3/resultset.rb
Overview
A trivial module for adding a fields accessor to an object.
Instance Attribute Summary collapse
-
#fields ⇒ Object
Returns the value of attribute fields.
Instance Attribute Details
#fields ⇒ Object
Returns the value of attribute fields.
52 53 54 |
# File 'lib/sqlite3/resultset.rb', line 52 def fields @fields end |