Class: Synco::Command::Unmount

Inherits:
Samovar::Command
  • Object
show all
Defined in:
lib/synco/command/disk.rb

Instance Method Summary collapse

Instance Method Details

#callObject



35
36
37
# File 'lib/synco/command/disk.rb', line 35

def call
	Disk.unmount(@path)
end