Sha256: 56bb9c8d64f6df3c58a04469c768ae0b16ce94bcd281fb833b01d8597b53651c

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

module Quandl
module Client
  VERSION = '0.0.3'
  API_VERSION = 'v1'
  
  class << self
    
    def api_version
      API_VERSION
    end
    
  end
  
end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
quandl_client-0.0.3 lib/quandl/client/version.rb