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



12
13
14
# File 'lib/avm/git/organize/reference_update.rb', line 12

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

#to_sObject



16
17
18
# File 'lib/avm/git/organize/reference_update.rb', line 16

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