Class: DeployNotes::Local

Inherits:
Object
  • Object
show all
Defined in:
lib/deploy_notes/local.rb

Overview

Class for local deployments

Instance Method Summary collapse

Instance Method Details

#getObject



4
5
6
# File 'lib/deploy_notes/local.rb', line 4

def get
  "[#{branch_name}] - [#{commit_info}]"
end