Module: DummyDropbox

Defined in:
lib/version.rb,
lib/dummy_dropbox.rb

Constant Summary collapse

VERSION =
'0.0.11'
@@root_path =
File.expand_path( "#{File.dirname(__FILE__)}/../test/fixtures/dropbox" )

Class Method Summary collapse

Class Method Details

.root_pathObject



16
17
18
# File 'lib/dummy_dropbox.rb', line 16

def self.root_path
  @@root_path
end

.root_path=(path) ⇒ Object



12
13
14
# File 'lib/dummy_dropbox.rb', line 12

def self.root_path=(path)
  @@root_path = path
end