Class: Ddr::Batch::BatchObject::Results

Inherits:
Struct
  • Object
show all
Defined in:
app/models/ddr/batch/batch_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#repository_objectObject

Returns the value of attribute repository_object

Returns:

  • (Object)

    the current value of repository_object



63
64
65
# File 'app/models/ddr/batch/batch_object.rb', line 63

def repository_object
  @repository_object
end

#verificationsObject

Returns the value of attribute verifications

Returns:

  • (Object)

    the current value of verifications



63
64
65
# File 'app/models/ddr/batch/batch_object.rb', line 63

def verifications
  @verifications
end

#verifiedObject

Returns the value of attribute verified

Returns:

  • (Object)

    the current value of verified



63
64
65
# File 'app/models/ddr/batch/batch_object.rb', line 63

def verified
  @verified
end