Class: DBF::RecordContext
- Inherits:
-
Struct
- Object
- Struct
- DBF::RecordContext
- Defined in:
- lib/dbf/record_context.rb
Instance Attribute Summary collapse
-
#column_offsets ⇒ Object
Returns the value of attribute column_offsets.
-
#columns ⇒ Object
Returns the value of attribute columns.
-
#memo ⇒ Object
Returns the value of attribute memo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#column_offsets ⇒ Object
Returns the value of attribute column_offsets
4 5 6 |
# File 'lib/dbf/record_context.rb', line 4 def column_offsets @column_offsets end |
#columns ⇒ Object
Returns the value of attribute columns
4 5 6 |
# File 'lib/dbf/record_context.rb', line 4 def columns @columns end |
#memo ⇒ Object
Returns the value of attribute memo
4 5 6 |
# File 'lib/dbf/record_context.rb', line 4 def memo @memo end |
#version ⇒ Object
Returns the value of attribute version
4 5 6 |
# File 'lib/dbf/record_context.rb', line 4 def version @version end |