myfreecomm/cobrato-client-ruby

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

Summary

Maintainability
A
0 mins
Test Coverage
module Cobrato
  module Resources
    class PaymentMethod < Base
      crud :list

    end
  end
end