Sha256: 43eeee41d779568f16c0879898d82876bc577f9a3b22ef83ac3c71054dc20e32
Contents?: true
Size: 582 Bytes
Versions: 5
Compression:
Stored size: 582 Bytes
Contents
module BloomRemitClient class DepositTarget include Virtus.model attribute :slug, String attribute :name, String attribute :active, Boolean attribute :wait_time, String attribute :support_line, String attribute :sameday_cutoff, Integer attribute :maximum, BigDecimal attribute :availability, Array attribute :availability_daynames, String attribute :currencies, Array attribute :required_fields, Array attribute :type, String attribute :iso_code, String attribute :data, Hash attribute :country, String end end
Version data entries
5 entries across 5 versions & 1 rubygems