Module: Quandl::Command::Tasks

Defined in:
lib/quandl/command/tasks.rb,
lib/quandl/command/tasks/base.rb

Defined Under Namespace

Classes: Base, Delete, Download, Info, List, Login, Update, Upload

Class Method Summary collapse

Class Method Details

.rootObject



5
6
7
# File 'lib/quandl/command/tasks.rb', line 5

def self.root
  @root ||= File.expand_path(File.join(File.dirname(__FILE__), '../../../'))
end