Class: Snapsync::SubvolumeMinimalInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/snapsync/btrfs_subvolume.rb

Overview

Output of ‘btrfs subvolume list`

Instance Attribute Summary collapse

Instance Attribute Details

#cgenObject (readonly)

Returns the value of attribute cgen.



9
10
11
# File 'lib/snapsync/btrfs_subvolume.rb', line 9

def cgen
  @cgen
end

#genObject (readonly)

Returns the value of attribute gen.



8
9
10
# File 'lib/snapsync/btrfs_subvolume.rb', line 8

def gen
  @gen
end

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/snapsync/btrfs_subvolume.rb', line 4

def id
  @id
end

#parentObject (readonly)

Returns the value of attribute parent.



11
12
13
# File 'lib/snapsync/btrfs_subvolume.rb', line 11

def parent
  @parent
end

#parent_uuidString? (readonly)

Returns:

  • (String, nil)


15
16
17
# File 'lib/snapsync/btrfs_subvolume.rb', line 15

def parent_uuid
  @parent_uuid
end

#pathObject (readonly)

Returns the value of attribute path.



6
7
8
# File 'lib/snapsync/btrfs_subvolume.rb', line 6

def path
  @path
end

#received_uuidString? (readonly)

Returns:

  • (String, nil)


17
18
19
# File 'lib/snapsync/btrfs_subvolume.rb', line 17

def received_uuid
  @received_uuid
end

#top_levelObject (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

#uuidObject (readonly)

Returns the value of attribute uuid.



5
6
7
# File 'lib/snapsync/btrfs_subvolume.rb', line 5

def uuid
  @uuid
end