Class: Fakerclip::Writes::FakeS3::AWSSDKResponder

Inherits:
Object
  • Object
show all
Defined in:
lib/fakerclip/writes.rb

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object



32
33
34
# File 'lib/fakerclip/writes.rb', line 32

def call(env)
  Response.new(env).to_hash.values
end