class Lionshare::Client
Attributes
markets[R]
prices[R]
Public Class Methods
new()
click to toggle source
# File lib/lionshare/client.rb, line 5 def initialize @prices = Wrapper::Prices.new @markets = Wrapper::Markets.new end