Sha256: 958e61436031bb22875818a746eda5a8df1466da167c0ee5ced1c9164dcd9373
Contents?: true
Size: 236 Bytes
Versions: 2
Compression:
Stored size: 236 Bytes
Contents
module Sqoot module Category # Retrieve a list of categories base on the following parameters # # @return [Hashie::Mash] category list def categories(options={}) get('/v1/categories', options) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sqoot-1.0.0 | lib/sqoot/category.rb |
sqoot-0.0.1 | lib/sqoot/category.rb |