Class: Nauvisian::URI::S3
- Inherits:
-
URI::Generic
- Object
- URI::Generic
- Nauvisian::URI::S3
- Defined in:
- lib/nauvisian/uri/s3.rb
Instance Method Summary collapse
Instance Method Details
#key ⇒ Object
11 |
# File 'lib/nauvisian/uri/s3.rb', line 11 def key = path.delete_prefix("/").freeze |
#key=(key) ⇒ Object
13 14 15 |
# File 'lib/nauvisian/uri/s3.rb', line 13 def key=(key) self.path = "/#{key}" end |