Sha256: 5a9c9e1ad25a995024e1741b9d6652f7db43c3abc51e6ec485985096cec62c66
Contents?: true
Size: 310 Bytes
Versions: 3
Compression:
Stored size: 310 Bytes
Contents
module RSqoot 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('commissions', options) end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
rsqoot-0.2.2 | lib/rsqoot/commission.rb |
rsqoot-0.1.1 | lib/rsqoot/commission.rb |
rqoot-0.1.0 | lib/rsqoot/commission.rb |