Sha256: 9a7d91a9d7368ec21bdb6fa46d1da2a7df75f50074b831be143940f9f1e2d890
Contents?: true
Size: 433 Bytes
Versions: 8
Compression:
Stored size: 433 Bytes
Contents
module Emites module Entities class NfseStatusTransition < Base attribute :id, Integer attribute :token_description, String attribute :from_status, String attribute :to_status, String attribute :date, DateTime attribute :emitter, Emitter attribute :rps, Rps attribute :account, Account end end end
Version data entries
8 entries across 8 versions & 1 rubygems