Class: Rhino::PermissionsMigrator::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/rhino/permissions_migrator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#groups_migratedObject

Returns the value of attribute groups_migrated

Returns:

  • (Object)

    the current value of groups_migrated



21
22
23
# File 'lib/rhino/permissions_migrator.rb', line 21

def groups_migrated
  @groups_migrated
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



21
22
23
# File 'lib/rhino/permissions_migrator.rb', line 21

def lines
  @lines
end

#rows_reducedObject

Returns the value of attribute rows_reduced

Returns:

  • (Object)

    the current value of rows_reduced



21
22
23
# File 'lib/rhino/permissions_migrator.rb', line 21

def rows_reduced
  @rows_reduced
end

#skipped_existingObject

Returns the value of attribute skipped_existing

Returns:

  • (Object)

    the current value of skipped_existing



21
22
23
# File 'lib/rhino/permissions_migrator.rb', line 21

def skipped_existing
  @skipped_existing
end