Class: Cryptorank::Ticker

Inherits:
Base
  • Object
show all
Defined in:
lib/cryptorank/resources/ticker.rb

Class Method Summary collapse

Methods inherited from Base

split_words

Class Method Details

.info(name) ⇒ Object



6
7
8
# File 'lib/cryptorank/resources/ticker.rb', line 6

def info(name)
  detail(split_words(name.downcase))
end