Class: Avm::Git::Organize::ReferenceUpdate

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/git/organize/reference_update.rb

Instance Method Summary collapse

Instance Method Details

#run_operationObject



14
15
16
# File 'lib/avm/git/organize/reference_update.rb', line 14

def run_operation
  send("run_operation_#{operation}")
end

#to_sObject



18
19
20
# File 'lib/avm/git/organize/reference_update.rb', line 18

def to_s
  "#{reference} [#{operation}]"
end