class Blockchain::API::V1::Client

Public Instance Methods

ticker() click to toggle source
# File lib/blockchain/api/v1/client.rb, line 9
def ticker
  self.class.get('/ticker').parsed_response
end