Class: S3TarBackup::Backend::BackendObject

Inherits:
Struct
  • Object
show all
Defined in:
lib/s3_tar_backup/backend/backend_object.rb

Instance Attribute Summary collapse

Instance Attribute Details

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



2
3
4
# File 'lib/s3_tar_backup/backend/backend_object.rb', line 2

def path
  @path
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



2
3
4
# File 'lib/s3_tar_backup/backend/backend_object.rb', line 2

def size
  @size
end