Sha256: 5a05ace9bd3d77197fc2114c487a7f4f066597cc40b7c5515235055b7c166464
Contents?: true
Size: 417 Bytes
Versions: 17
Compression:
Stored size: 417 Bytes
Contents
module BloomRemitClient class Biller include Virtus.model attribute :slug, String attribute :description, String attribute :first_field, String attribute :first_field_format, String attribute :first_field_width, Integer attribute :second_field, String attribute :second_field_format, String attribute :second_field_width, Integer attribute :service_charge, Float end end
Version data entries
17 entries across 17 versions & 1 rubygems