Class: MrCommon::PreRegistrationImporter::ResultStruct
- Inherits:
-
Struct
- Object
- Struct
- MrCommon::PreRegistrationImporter::ResultStruct
- Defined in:
- app/models/mr_common/pre_registration_importer.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
Returns the value of attribute created.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
Instance Attribute Details
#created ⇒ Object
Returns the value of attribute created
22 23 24 |
# File 'app/models/mr_common/pre_registration_importer.rb', line 22 def created @created end |
#skipped ⇒ Object
Returns the value of attribute skipped
22 23 24 |
# File 'app/models/mr_common/pre_registration_importer.rb', line 22 def skipped @skipped end |