myfreecomm/cobrato-client-ruby

View on GitHub
lib/cobrato/resources/payee.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cobrato
  module Resources
    class Payee < Base
      crud :all
    end
  end
end