myfreecomm/cobrato-client-ruby

View on GitHub
lib/cobrato/entities/payment_config.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Cobrato
  module Entities
    class PaymentConfig < Base
      attribute :id,              Integer
      attribute :name,            String
      attribute :bank_account_id, Integer
      attribute :timezone,        String
    end
  end
end