Class: MrCommon::PreRegistrationImporter::ResultStruct

Inherits:
Struct
  • Object
show all
Defined in:
app/models/mr_common/pre_registration_importer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



22
23
24
# File 'app/models/mr_common/pre_registration_importer.rb', line 22

def created
  @created
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



22
23
24
# File 'app/models/mr_common/pre_registration_importer.rb', line 22

def skipped
  @skipped
end