Class: Pageflow::Panorama::S3Bucket::Factory

Inherits:
Object
  • Object
show all
Defined in:
lib/pageflow/panorama/s3_bucket.rb

Instance Method Summary collapse

Instance Method Details

#from_attachment(attachment) ⇒ Object



29
30
31
# File 'lib/pageflow/panorama/s3_bucket.rb', line 29

def from_attachment(attachment)
  S3Bucket.new(attachment.s3_bucket)
end