lib/emites/entities/nfse_status.rb in emites-client-0.1.1 vs lib/emites/entities/nfse_status.rb in emites-client-0.1.2
- old
+ new
@@ -3,13 +3,13 @@
class NfseStatus < Base
attribute :id, Integer
attribute :status, String
attribute :description, String
attribute :nfse_key, String
- attribute :nfse_number, String
+ attribute :nfse_number, Integer
attribute :number, Integer
attribute :mirror, String
attribute :xml, String
attribute :errors, Array
end
end
-end
\ No newline at end of file
+end