Sha256: da50e66e71c20b243da16097a9272b4d6d10838d9febea54742dcf2588dd624c

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

module IEX
  module Api
    module Crypto
      def self.get
        connection.get.body
      end

      def self.connection
        IEX::Api.default_connection 'market/crypto'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iex-ruby-client-0.4.4 lib/iex/api/crypto.rb