Module: SQLite::ResultSet::FieldsContainer
- Defined in:
- lib/sqlite/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.
51 52 53 |
# File 'lib/sqlite/resultset.rb', line 51 def fields @fields end |