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: 3760a9bb1d9d90aa061dbe961509ea6848f1ee11
4
- data.tar.gz: 8d710f3250361136974582ab66105062e5ce0384
3
+ metadata.gz: 772ad6311fd9794fa7cfb67fe2fb345f6ed11977
4
+ data.tar.gz: 2582e240275a3adac6b6241b2b5ec4776b6deea5
5
5
  SHA512:
6
- metadata.gz: 4b4deeff79efb6bee273d2449f855c0b56a2a32f9a3fd1615782e66ce74e3c7f9fc00444fb67f1a2b078baaf057f81800679ee46686850b12edbaf7c7a625500
7
- data.tar.gz: aad28ad32ad243c8c6424d1aa670188363cf1c4cf3ca14de5156b471e868854e9394f4a9932d46be5081eb54cd84da58221b5987cc028037b6cf6b7784203066
6
+ metadata.gz: 192332c8ab6503c666e7f9daeac31d939947469ed9f871bcf5f379f92eea405ef2a17a45017a5dbb260489d68e829a0db82cda0de6ee7db174fe529ba3379cc9
7
+ data.tar.gz: e81a2cc5bfd6accb064922f2983dfcd7f2d92375b8c8526270fb73995801aa9c49783c25f6d874afff753fbbdcac6f1f5a92d7686f7a77c2408e1346ed443649
@@ -1,5 +1,5 @@
1
1
  module Formatos
2
2
  module Febraban
3
- VERSION = '0.3.14'
3
+ VERSION = '0.3.15'
4
4
  end
5
5
  end
@@ -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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatos-febraban
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - José Ricardo Almeida