Class: Price
Instance Attribute Summary
Attributes inherited from Base
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 |