Class: Snapsync::SubvolumeMinimalInfo
- Inherits:
-
Object
- Object
- Snapsync::SubvolumeMinimalInfo
- Defined in:
- lib/snapsync/btrfs_subvolume.rb
Overview
Output of ‘btrfs subvolume list`
Instance Attribute Summary collapse
-
#cgen ⇒ Object
readonly
Returns the value of attribute cgen.
-
#gen ⇒ Object
readonly
Returns the value of attribute gen.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#parent ⇒ Object
readonly
Returns the value of attribute parent.
- #parent_uuid ⇒ String? readonly
-
#path ⇒ Object
readonly
Returns the value of attribute path.
- #received_uuid ⇒ String? readonly
-
#top_level ⇒ Object
readonly
Returns the value of attribute top_level.
-
#uuid ⇒ Object
readonly
Returns the value of attribute uuid.
Instance Attribute Details
#cgen ⇒ Object (readonly)
Returns the value of attribute cgen.
9 10 11 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 9 def cgen @cgen end |
#gen ⇒ Object (readonly)
Returns the value of attribute gen.
8 9 10 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 8 def gen @gen end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 4 def id @id end |
#parent ⇒ Object (readonly)
Returns the value of attribute parent.
11 12 13 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 11 def parent @parent end |
#parent_uuid ⇒ String? (readonly)
15 16 17 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 15 def parent_uuid @parent_uuid end |
#path ⇒ Object (readonly)
Returns the value of attribute path.
6 7 8 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 6 def path @path end |
#received_uuid ⇒ String? (readonly)
17 18 19 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 17 def received_uuid @received_uuid end |
#top_level ⇒ Object (readonly)
Returns the value of attribute top_level.
12 13 14 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 12 def top_level @top_level end |
#uuid ⇒ Object (readonly)
Returns the value of attribute uuid.
5 6 7 |
# File 'lib/snapsync/btrfs_subvolume.rb', line 5 def uuid @uuid end |