Method: Awsum::S3::Headers#initialize
- Defined in:
- lib/s3/headers.rb
#initialize(response) ⇒ Headers
Returns a new instance of Headers.
4 5 6 |
# File 'lib/s3/headers.rb', line 4 def initialize(response) @response = response end |
Returns a new instance of Headers.
4 5 6 |
# File 'lib/s3/headers.rb', line 4 def initialize(response) @response = response end |