lib/billimatic/resources/person.rb in billimatic-client-0.18.1 vs lib/billimatic/resources/person.rb in billimatic-client-0.19.0

- old
+ new

@@ -1,8 +1,8 @@ module Billimatic module Resources class Person < Base - crud :show, :create, :update, :destroy + crud :list, :show, :create, :update, :destroy def initialize(http) @collection_name = 'people' super http end