Sha256: 6c9578dc2b7b5f1a8833f10a963327126ebd25807ed30edfbee5f3bee1d3d9a4
Contents?: true
Size: 314 Bytes
Versions: 2
Compression:
Stored size: 314 Bytes
Contents
module Sqoot module Commission # Retrieve information of commissions based on the following parameters # # @param [String] :to Start date # @param [String] :from End date # # @return [Hashie::Mash] def commissions(options={}) get('/v1/commissions', options) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sqoot-1.0.0 | lib/sqoot/commission.rb |
sqoot-0.0.1 | lib/sqoot/commission.rb |