Sha256: fd429424ff1c7d429df16c034ff2c526d2ec1aef4886f9888a60479c5fcea712
Contents?: true
Size: 377 Bytes
Versions: 7
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true require 'gecko/record/base' module Gecko module Record class PaymentTerm < Base attribute :name, String attribute :status, String, readonly: true attribute :due_in_days, Integer attribute :from, String end class PaymentTermAdapter < BaseAdapter end end end
Version data entries
7 entries across 7 versions & 1 rubygems