Class: EADModel::IndexedArchivalObjectPrefetcher::RecordVersion
- Inherits:
-
Struct
- Object
- Struct
- EADModel::IndexedArchivalObjectPrefetcher::RecordVersion
- Defined in:
- backend/app/exporters/models/ead.rb
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#lock_version ⇒ Object
Returns the value of attribute lock_version.
-
#position ⇒ Object
Returns the value of attribute position.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id
39 40 41 |
# File 'backend/app/exporters/models/ead.rb', line 39 def id @id end |
#lock_version ⇒ Object
Returns the value of attribute lock_version
39 40 41 |
# File 'backend/app/exporters/models/ead.rb', line 39 def lock_version @lock_version end |
#position ⇒ Object
Returns the value of attribute position
39 40 41 |
# File 'backend/app/exporters/models/ead.rb', line 39 def position @position end |