Class: Backup::Restore::PoolRepositories::Result
- Inherits:
-
Struct
- Object
- Struct
- Backup::Restore::PoolRepositories::Result
- Defined in:
- lib/backup/restore/pool_repositories.rb
Instance Attribute Summary collapse
-
#disk_path ⇒ Object
Returns the value of attribute disk_path.
-
#error_message ⇒ Object
Returns the value of attribute error_message.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#disk_path ⇒ Object
Returns the value of attribute disk_path
6 7 8 |
# File 'lib/backup/restore/pool_repositories.rb', line 6 def disk_path @disk_path end |
#error_message ⇒ Object
Returns the value of attribute error_message
6 7 8 |
# File 'lib/backup/restore/pool_repositories.rb', line 6 def @error_message end |
#status ⇒ Object
Returns the value of attribute status
6 7 8 |
# File 'lib/backup/restore/pool_repositories.rb', line 6 def status @status end |