Class: DBF::RecordContext

Inherits:
Struct
  • Object
show all
Defined in:
lib/dbf/record_context.rb

Instance Attribute Summary collapse

Instance Attribute Details

#column_offsetsObject

Returns the value of attribute column_offsets

Returns:

  • (Object)

    the current value of column_offsets



4
5
6
# File 'lib/dbf/record_context.rb', line 4

def column_offsets
  @column_offsets
end

#columnsObject

Returns the value of attribute columns

Returns:

  • (Object)

    the current value of columns



4
5
6
# File 'lib/dbf/record_context.rb', line 4

def columns
  @columns
end

#memoObject

Returns the value of attribute memo

Returns:

  • (Object)

    the current value of memo



4
5
6
# File 'lib/dbf/record_context.rb', line 4

def memo
  @memo
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



4
5
6
# File 'lib/dbf/record_context.rb', line 4

def version
  @version
end