Method: Pansophy::Remote::Directory#initialize
- Defined in:
- lib/pansophy/remote/directory.rb
#initialize(bucket_name, path = nil) ⇒ Directory
Returns a new instance of Directory.
6 7 8 9 |
# File 'lib/pansophy/remote/directory.rb', line 6 def initialize(bucket_name, path = nil) @bucket_name = bucket_name @path = path.to_s end |