Class: HasHelpers::Cards::Importer::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/importers/has_helpers/cards/importer.rb

Overview

Struct used to return a summary of the import operation.

Instance Attribute Summary collapse

Instance Attribute Details

#created_cardsObject

Returns the value of attribute created_cards

Returns:

  • (Object)

    the current value of created_cards



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def created_cards
  @created_cards
end

#created_fieldsObject

Returns the value of attribute created_fields

Returns:

  • (Object)

    the current value of created_fields



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def created_fields
  @created_fields
end

#created_resourcesObject

Returns the value of attribute created_resources

Returns:

  • (Object)

    the current value of created_resources



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def created_resources
  @created_resources
end

#skipped_cardsObject

Returns the value of attribute skipped_cards

Returns:

  • (Object)

    the current value of skipped_cards



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def skipped_cards
  @skipped_cards
end

#updated_cardsObject

Returns the value of attribute updated_cards

Returns:

  • (Object)

    the current value of updated_cards



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def updated_cards
  @updated_cards
end

#updated_fieldsObject

Returns the value of attribute updated_fields

Returns:

  • (Object)

    the current value of updated_fields



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def updated_fields
  @updated_fields
end

#updated_resourcesObject

Returns the value of attribute updated_resources

Returns:

  • (Object)

    the current value of updated_resources



45
46
47
# File 'app/importers/has_helpers/cards/importer.rb', line 45

def updated_resources
  @updated_resources
end