module Quandl::Sandbox
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
configure() { |configuration| ... }
click to toggle source
# File lib/quandl/sandbox/configuration.rb, line 11 def self.configure yield(configuration) true end
root()
click to toggle source
# File lib/quandl/sandbox.rb, line 30 def self.root @root ||= File.expand_path(File.join(__FILE__, '../../../')) end