Class: LVM::PVConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/lvm/pv_config.rb

Instance Method Summary collapse

Constructor Details

#initialize(tree) ⇒ PVConfig

Returns a new instance of PVConfig.



4
5
6
# File 'lib/lvm/pv_config.rb', line 4

def initialize(tree)
	@root = tree
end