Class: EADModel::IndexedArchivalObjectPrefetcher::RecordVersion

Inherits:
Struct
  • Object
show all
Defined in:
backend/app/exporters/models/ead.rb

Instance Attribute Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



39
40
41
# File 'backend/app/exporters/models/ead.rb', line 39

def id
  @id
end

#lock_versionObject

Returns the value of attribute lock_version

Returns:

  • (Object)

    the current value of lock_version



39
40
41
# File 'backend/app/exporters/models/ead.rb', line 39

def lock_version
  @lock_version
end

#positionObject

Returns the value of attribute position

Returns:

  • (Object)

    the current value of position



39
40
41
# File 'backend/app/exporters/models/ead.rb', line 39

def position
  @position
end