Class: WhiplashApi::Customer

Inherits:
Base
  • Object
show all
Defined in:
lib/whiplash_api/customer.rb

Class Method Summary collapse

Methods inherited from Base

connection, headers, reset_headers!, testing!

Class Method Details

.count(args = {}) ⇒ Object



5
6
7
# File 'lib/whiplash_api/customer.rb', line 5

def count(args={})
  self.get(:count, args)
end