Method: Pansophy.fetch

Defined in:
lib/pansophy.rb

.fetch(bucket_name, path) ⇒ Object



20
21
22
# File 'lib/pansophy.rb', line 20

def self.fetch(bucket_name, path)
  Remote::FetchFile.new(bucket_name, path).call
end