Module: DSLCommands

Included in:
BaseCommands
Defined in:
lib/dsl/commands/dsl_commands.rb

Instance Method Summary collapse

Instance Method Details

#bucket(bucket) ⇒ Object Also known as: remote_bucket, object, remote_file



2
3
4
5
# File 'lib/dsl/commands/dsl_commands.rb', line 2

def bucket(bucket)
  @bucket = bucket
  self
end

#files(*files) ⇒ Object Also known as: local_files, file



10
11
12
13
# File 'lib/dsl/commands/dsl_commands.rb', line 10

def files(*files)
  @files = files.join(' ')
  self
end