Class: Lionshare::Wrapper::Prices
- Defined in:
- lib/lionshare/wrapper/prices.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Lionshare::Wrapper::Base
Instance Method Details
#get(period: nil) ⇒ Object
6 7 8 |
# File 'lib/lionshare/wrapper/prices.rb', line 6 def get(period: nil) wrap client.get(root_url + '?period=' + period.to_s) end |