Class: TravisCustomDeploy::Transfer::Copy

Inherits:
Base
  • Object
show all
Defined in:
lib/travis-custom-deploy/transfer/copy.rb

Instance Attribute Summary

Attributes inherited from Base

#files, #options

Instance Method Summary collapse

Methods inherited from Base

#check_options, #transfer

Constructor Details

#initializeCopy

Returns a new instance of Copy.



7
8
9
# File 'lib/travis-custom-deploy/transfer/copy.rb', line 7

def initialize
  super(@remoteopts, files)
end