Class: Rhino::PermissionsMigrator::Result
- Inherits:
-
Struct
- Object
- Struct
- Rhino::PermissionsMigrator::Result
- Defined in:
- lib/rhino/permissions_migrator.rb
Instance Attribute Summary collapse
-
#groups_migrated ⇒ Object
Returns the value of attribute groups_migrated.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#rows_reduced ⇒ Object
Returns the value of attribute rows_reduced.
-
#skipped_existing ⇒ Object
Returns the value of attribute skipped_existing.
Instance Attribute Details
#groups_migrated ⇒ Object
Returns the value of attribute groups_migrated
21 22 23 |
# File 'lib/rhino/permissions_migrator.rb', line 21 def groups_migrated @groups_migrated end |
#lines ⇒ Object
Returns the value of attribute lines
21 22 23 |
# File 'lib/rhino/permissions_migrator.rb', line 21 def lines @lines end |
#rows_reduced ⇒ Object
Returns the value of attribute rows_reduced
21 22 23 |
# File 'lib/rhino/permissions_migrator.rb', line 21 def rows_reduced @rows_reduced end |
#skipped_existing ⇒ Object
Returns the value of attribute skipped_existing
21 22 23 |
# File 'lib/rhino/permissions_migrator.rb', line 21 def skipped_existing @skipped_existing end |