Class: Bubbles::Uploaders::S3EnsureConnection

Inherits:
Object
  • Object
show all
Extended by:
Forwardable
Includes:
CommonUploaderInterface
Defined in:
lib/bubbles/uploaders/s3_ensure_connection.rb

Instance Method Summary collapse

Methods included from CommonUploaderInterface

included, #initialize

Instance Method Details

#callObject



7
8
9
# File 'lib/bubbles/uploaders/s3_ensure_connection.rb', line 7

def call
  s3.list_buckets
end

#inspectObject



11
12
13
# File 'lib/bubbles/uploaders/s3_ensure_connection.rb', line 11

def inspect
  "<##{self.class.name} testing connection to s3 bucket>"
end