Sha256: afe9f76ace060d33368916d13c79532ec8fb6a8a682e3ca40aad5ff56b3b6b98
Contents?: true
Size: 411 Bytes
Versions: 5
Compression:
Stored size: 411 Bytes
Contents
module Emites module Entities class NfseStatus < Base attribute :id, Integer attribute :status, String attribute :description, String attribute :nfse_key, String attribute :nfse_number, String attribute :number, Integer attribute :mirror, String attribute :xml, String attribute :errors, Array end end end
Version data entries
5 entries across 5 versions & 1 rubygems