Method: Fulmar::Infrastructure::Model::Transfer::RsyncWithVersions#release_path

Defined in:
lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb

#release_pathString

Gets the currently generated absolute release path



79
80
81
# File 'lib/fulmar/infrastructure/model/transfer/rsync_with_versions.rb', line 79

def release_path
  @config[:remote_path] + '/' + release_dir
end