Class: Svnx::Base::CachingCommandLine

Inherits:
CmdLine::CachingCommandLine show all
Defined in:
lib/svnx/base/cmdline.rb

Instance Attribute Summary

Attributes inherited from CmdLine::CommandLine

#args, #error, #output, #status

Instance Method Summary collapse

Methods inherited from CmdLine::CachingCommandLine

#cache_file, #execute

Methods inherited from CmdLine::CommandLine

#<<, #execute, #initialize, #to_command

Constructor Details

This class inherits a constructor from CmdLine::CommandLine

Instance Method Details

#cache_dirObject



20
21
22
# File 'lib/svnx/base/cmdline.rb', line 20

def cache_dir
  Svnx::Env.instance.cache_dir
end

#caching?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/svnx/base/cmdline.rb', line 16

def caching?
  true
end