module Quandl::Operations::Base
Public Instance Methods
default_path()
click to toggle source
# File lib/quandl/operations/base.rb, line 7 def default_path "#{lookup_key}/:id" end
lookup_key()
click to toggle source
# File lib/quandl/operations/base.rb, line 11 def lookup_key name.demodulize.pluralize.underscore end