Class: PublicFiles::File
- Inherits:
-
Struct
- Object
- Struct
- PublicFiles::File
- Defined in:
- lib/s3sec/services/public_files.rb
Instance Attribute Summary collapse
-
#bucket ⇒ Object
Returns the value of attribute bucket.
-
#key ⇒ Object
Returns the value of attribute key.
Instance Attribute Details
#bucket ⇒ Object
Returns the value of attribute bucket
17 18 19 |
# File 'lib/s3sec/services/public_files.rb', line 17 def bucket @bucket end |
#key ⇒ Object
Returns the value of attribute key
17 18 19 |
# File 'lib/s3sec/services/public_files.rb', line 17 def key @key end |