module DSLCommands

Public Instance Methods

bucket(bucket) click to toggle source
# File lib/dsl/commands/dsl_commands.rb, line 2
def bucket(bucket)
  @bucket = bucket
  self
end
Also aliased as: remote_bucket, object, remote_file
file(*files)
Alias for: files
files(*files) click to toggle source
# File lib/dsl/commands/dsl_commands.rb, line 10
def files(*files)
  @files = files.join(' ')
  self
end
Also aliased as: local_files, file
local_files(*files)
Alias for: files
object(bucket)
Alias for: bucket
remote_bucket(bucket)
Alias for: bucket
remote_file(bucket)
Alias for: bucket