Class: Timet::S3ObjectRef

Inherits:
Struct
  • Object
show all
Defined in:
lib/timet/s3_supabase.rb

Overview

Struct to hold S3 object reference (bucket name and object key).

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_nameObject

Returns the value of attribute bucket_name

Returns:

  • (Object)

    the current value of bucket_name



50
51
52
# File 'lib/timet/s3_supabase.rb', line 50

def bucket_name
  @bucket_name
end

#object_keyObject

Returns the value of attribute object_key

Returns:

  • (Object)

    the current value of object_key



50
51
52
# File 'lib/timet/s3_supabase.rb', line 50

def object_key
  @object_key
end