Module: VersacommerceAPI::Countable
- Included in:
- Base
- Defined in:
- lib/versacommerce_api/countable.rb
Instance Method Summary collapse
Instance Method Details
#count(options = {}) ⇒ Object
4 5 6 |
# File 'lib/versacommerce_api/countable.rb', line 4 def count( = {}) Integer(get(:count, )) end |