Class: PublicFiles::File

Inherits:
Struct
  • Object
show all
Defined in:
lib/s3sec/services/public_files.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket

Returns:

  • (Object)

    the current value of bucket



17
18
19
# File 'lib/s3sec/services/public_files.rb', line 17

def bucket
  @bucket
end

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



17
18
19
# File 'lib/s3sec/services/public_files.rb', line 17

def key
  @key
end