Class: Mumuki::Classroom::Event::ProgressTransfer::Move

Inherits:
Base
  • Object
show all
Defined in:
lib/mumuki/classroom/event/progress_transfer/move.rb

Instance Attribute Summary

Attributes inherited from Base

#indicator, #source_organization

Instance Method Summary collapse

Methods inherited from Base

#execute!, #initialize

Constructor Details

This class inherits a constructor from Mumuki::Classroom::Event::ProgressTransfer::Base

Instance Method Details

#transfer_itemObject



6
7
8
# File 'lib/mumuki/classroom/event/progress_transfer/move.rb', line 6

def transfer_item
  guide_progress
end

#transfer_sibling_for(assignment) ⇒ Object



2
3
4
# File 'lib/mumuki/classroom/event/progress_transfer/move.rb', line 2

def transfer_sibling_for(assignment)
  classroom_sibling_for(assignment)
end