Class: Blockchain::API::V1::Client
- Inherits:
-
Object
- Object
- Blockchain::API::V1::Client
- Includes:
- HTTParty
- Defined in:
- lib/blockchain/api/v1/client.rb
Instance Method Summary collapse
Instance Method Details
#ticker ⇒ Object
9 10 11 |
# File 'lib/blockchain/api/v1/client.rb', line 9 def ticker self.class.get('/ticker').parsed_response end |