imasei 0.2.12 → 0.2.13

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
  SHA256:
3
- metadata.gz: b127455d8fd13de4e4a8d2176633b07a4541aca808923c5319b40e07d59e35b0
4
- data.tar.gz: 2f66f1fa34d13e6c9fa0400017296559a20e5cfb785d26ae70f65ef4f49c0cf4
3
+ metadata.gz: ebc037bce7d5bb88ad5623eb5efaa402865dfbfbdca294e95ebcecfed5608199
4
+ data.tar.gz: 9985ec2bd63f5103cea834614e3619750b41b50996894d9e8694c433376d9e8f
5
5
  SHA512:
6
- metadata.gz: 90c516fd5ed70d52ab4120621d2d041f54de306a37cc1cf967f42caeb5e1528b1fcbfff3318deb5f2d570edbfda72568c549e4690f5b737ab032fc0a6a46093c
7
- data.tar.gz: 1d958e0e34252f5e236b385b1ebf20fc7db51ba9603f1cfcb0cba55f0a9fcf142709962cdc65921cab210d561f2c690d301d2bfe4ed208908e0699ea3358badf
6
+ metadata.gz: b90f52c5c5c6025da4ca775af0af1a2d258fd0fe408d3c1c898342b954990cb12f92b3e3d9884a4f7d04d74573a767c21c50eeecc346265814a6e030ef71351a
7
+ data.tar.gz: 24d42c948a755836109212be185b7b30610ecf6cba8c3874f76da17a0b3cb784abe34494fd5d1f59120627aaa11a943c9508faaae9255b1853b62a72c5f436b6
@@ -0,0 +1,22 @@
1
+ module Imasei
2
+
3
+ module Estruturas
4
+
5
+ class RetornoSerie < ::Valuable
6
+
7
+ has_value :id_serie
8
+ has_value :nome
9
+ has_value :aplicabilidade
10
+
11
+ def initialize(params)
12
+ self.id_serie = params[:id_serie]
13
+ self.nome = params[:nome]
14
+ self.aplicabilidade = params[:aplicabilidade]
15
+
16
+ initialize_attributes
17
+ end
18
+ end
19
+
20
+ end
21
+
22
+ end
@@ -1,3 +1,3 @@
1
1
  module Imasei
2
- VERSION = "0.2.12"
2
+ VERSION = "0.2.13"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: imasei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.12
4
+ version: 0.2.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Soares feat Leandro Telles
@@ -131,6 +131,7 @@ files:
131
131
  - lib/imasei/estruturas/retorno_list_unidades.rb
132
132
  - lib/imasei/estruturas/retorno_list_usuarios.rb
133
133
  - lib/imasei/estruturas/retorno_observacoes.rb
134
+ - lib/imasei/estruturas/retorno_serie.rb
134
135
  - lib/imasei/estruturas/retorno_tipo_procedimento.rb
135
136
  - lib/imasei/estruturas/retorno_unidade.rb
136
137
  - lib/imasei/estruturas/retorno_unidades_procedimento_aberto.rb