Class: Timet::S3ObjectRef
- Inherits:
-
Struct
- Object
- Struct
- Timet::S3ObjectRef
- Defined in:
- lib/timet/s3_supabase.rb
Overview
Struct to hold S3 object reference (bucket name and object key).
Instance Attribute Summary collapse
-
#bucket_name ⇒ Object
Returns the value of attribute bucket_name.
-
#object_key ⇒ Object
Returns the value of attribute object_key.
Instance Attribute Details
#bucket_name ⇒ Object
Returns the value of attribute bucket_name
50 51 52 |
# File 'lib/timet/s3_supabase.rb', line 50 def bucket_name @bucket_name end |
#object_key ⇒ Object
Returns the value of attribute object_key
50 51 52 |
# File 'lib/timet/s3_supabase.rb', line 50 def object_key @object_key end |