module VersacommerceAPI::Countable
Public Instance Methods
count(options = {})
click to toggle source
# File lib/versacommerce_api/countable.rb, line 4 def count(options = {}) Integer(get(:count, options)) end