Class: S3TarBackup::Backend::BackendObject
- Inherits:
-
Struct
- Object
- Struct
- S3TarBackup::Backend::BackendObject
- Defined in:
- lib/s3_tar_backup/backend/backend_object.rb
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
2 3 4 |
# File 'lib/s3_tar_backup/backend/backend_object.rb', line 2 def path @path end |
#size ⇒ Object
Returns the value of attribute size
2 3 4 |
# File 'lib/s3_tar_backup/backend/backend_object.rb', line 2 def size @size end |