module Cryptowatch::Assets
Constants
- API_URL
Public Class Methods
asset(asset)
click to toggle source
# File lib/cryptowatch/business/assets.rb, line 17 def self.asset(asset) return Api::format_url(API_URL, asset) end
index()
click to toggle source
# File lib/cryptowatch/business/assets.rb, line 13 def self.index return API_URL end