Class: Blockchain::API::V1::Client

Inherits:
Object
  • Object
show all
Includes:
HTTParty
Defined in:
lib/blockchain/api/v1/client.rb

Instance Method Summary collapse

Instance Method Details

#tickerObject



9
10
11
# File 'lib/blockchain/api/v1/client.rb', line 9

def ticker
  self.class.get('/ticker').parsed_response
end