class Prism::Relocation::Repository

def offsets

Configure the offsets field for this repository and return self.
def offsets
  field(:offsets, OffsetsField.new)
end