Class: Barruun::StorageCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/barruun/cli.rb

Instance Method Summary collapse

Instance Method Details

#bucket(file_path) ⇒ Object



6
7
8
# File 'lib/barruun/cli.rb', line 6

def bucket(file_path)
  Barruun::Managers::Storage::Bucket.new(file_path).call
end