Class: VpsAdmin::CLI::Commands::BackupDataset::LocalSnapshot
- Inherits:
-
Struct
- Object
- Struct
- VpsAdmin::CLI::Commands::BackupDataset::LocalSnapshot
- Defined in:
- lib/vpsadmin/cli/commands/backup_dataset.rb
Instance Attribute Summary collapse
-
#creation ⇒ Object
Returns the value of attribute creation.
-
#hist_id ⇒ Object
Returns the value of attribute hist_id.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#creation ⇒ Object
Returns the value of attribute creation
9 10 11 |
# File 'lib/vpsadmin/cli/commands/backup_dataset.rb', line 9 def creation @creation end |
#hist_id ⇒ Object
Returns the value of attribute hist_id
9 10 11 |
# File 'lib/vpsadmin/cli/commands/backup_dataset.rb', line 9 def hist_id @hist_id end |
#name ⇒ Object
Returns the value of attribute name
9 10 11 |
# File 'lib/vpsadmin/cli/commands/backup_dataset.rb', line 9 def name @name end |