formatos-febraban 0.3.14 → 0.3.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 772ad6311fd9794fa7cfb67fe2fb345f6ed11977
|
|
4
|
+
data.tar.gz: 2582e240275a3adac6b6241b2b5ec4776b6deea5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 192332c8ab6503c666e7f9daeac31d939947469ed9f871bcf5f379f92eea405ef2a17a45017a5dbb260489d68e829a0db82cda0de6ee7db174fe529ba3379cc9
|
|
7
|
+
data.tar.gz: e81a2cc5bfd6accb064922f2983dfcd7f2d92375b8c8526270fb73995801aa9c49783c25f6d874afff753fbbdcac6f1f5a92d7686f7a77c2408e1346ed443649
|
|
@@ -131,6 +131,7 @@ class Febraban150E < FormatSection
|
|
|
131
131
|
#-------------------------------------------------------------------
|
|
132
132
|
#-------------------------------------------------------------------
|
|
133
133
|
# Getters
|
|
134
|
+
public
|
|
134
135
|
def get_id_cliente_empresa
|
|
135
136
|
self.get_section_value(1)
|
|
136
137
|
end
|
|
@@ -66,6 +66,7 @@ class Febraban150Z < FormatSection
|
|
|
66
66
|
#-------------------------------------------------------------------
|
|
67
67
|
#-------------------------------------------------------------------
|
|
68
68
|
# Validações
|
|
69
|
+
public
|
|
69
70
|
def is_valid?
|
|
70
71
|
case @versao
|
|
71
72
|
when '04'
|
|
@@ -89,6 +90,7 @@ class Febraban150Z < FormatSection
|
|
|
89
90
|
#-------------------------------------------------------------------
|
|
90
91
|
#-------------------------------------------------------------------
|
|
91
92
|
# Getters
|
|
93
|
+
public
|
|
92
94
|
def get_total_registros
|
|
93
95
|
self.get_section_value(1).to_i
|
|
94
96
|
end
|