Sha256: a2504d2c17149e0091ac74d86cbe165ecbead2feab11c51213824f717d68644b
Contents?: true
Size: 192 Bytes
Versions: 4
Compression:
Stored size: 192 Bytes
Contents
module Cobrato module Entities class PaymentMethod < Base attribute :identifier, String attribute :group, String attribute :label, String end end end
Version data entries
4 entries across 4 versions & 1 rubygems