Class: AwsAsCode::Task::Upload

Inherits:
Base
  • Object
show all
Defined in:
lib/aws_as_code/task/upload.rb

Instance Attribute Summary

Attributes inherited from Base

#config

Instance Method Summary collapse

Methods inherited from Base

#initialize, #logger

Constructor Details

This class inherits a constructor from AwsAsCode::Task::Base

Instance Method Details

#executeObject



8
9
10
# File 'lib/aws_as_code/task/upload.rb', line 8

def execute
  input_files.each { |filename| upload_single_file filename }
end