Class: Price

Inherits:
Base show all
Defined in:
lib/blocksdk_ruby/price.rb

Instance Attribute Summary

Attributes inherited from Base

#api_token

Instance Method Summary collapse

Methods inherited from Base

#getHashType, #getUsage, #initialize, #request

Constructor Details

This class inherits a constructor from Base

Instance Method Details

#listPrice(request = {}) ⇒ Object



4
5
6
# File 'lib/blocksdk_ruby/price.rb', line 4

def listPrice(request = {})
	return request("GET","/price")
end