zei 0.1.9 → 0.2.1

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: c36f67502b0d04fc4fe16ae4d306222a026ab7d8e3a056feb5b89844ec1a321b
4
- data.tar.gz: 523d653e96f21b9eae8f11172cb339557a37e5740e57485585dbafac9518c4c9
3
+ metadata.gz: 705501ca2c862c792fbc06b956a4e2e60fdab5d19396c7c0805ff2c6a92a2da5
4
+ data.tar.gz: 1a4503303274d67bd5aaa4328aa3d2a25a47b063b22dcfb8d6da3b2261e48edb
5
5
  SHA512:
6
- metadata.gz: 48e8a0884e109f321a0543dc74fd7ccaa039d20d3811ef4d8e7c6dcd30aa0044a6dcc0f1fa0ff9e0e2742be8f2b1528394d270466d91814a55845ee6bf0720cd
7
- data.tar.gz: 1aad0e0084ae0594cc3088360f764a8895a1779fb9bbe5a16f811c32a31351ad9508550a2701f0a35fd6b0b160f76ce1cd0cb41a724ed465c2b5a33c2305d885
6
+ metadata.gz: 5dd26e94b9186408bd6ac6a2dd5cb4a587c1e8ca2f531ef6ee076b15895acdd58d1db240730e50c7aac3dcb19878f6aef583586c45a06dc361dac95ec4a89d9b
7
+ data.tar.gz: 0264207011a58e6db46669c4ed87446ade71134f799f98870bc7c0163de09f636317b2139666a14f83c427c84c690cc93f4e2617fb7b50b630b9820f905f4b22
@@ -10,6 +10,15 @@ module Sei
10
10
  has_value :data_autuacao
11
11
  has_value :link_acesso
12
12
  has_value :tipo_procedimento
13
+ has_value :andamento_geracao
14
+ has_value :andamento_conclusao
15
+ has_value :ultimo_andamento
16
+ has_value :unidades_procedimento_aberto
17
+ has_value :assuntos
18
+ has_value :interessados
19
+ has_value :observacoes
20
+ has_value :procedimentos_relacionados
21
+ has_value :procedimentos_anexados
13
22
 
14
23
  def initialize(params)
15
24
  self.id_procedimento = params[:id_procedimento]
@@ -18,6 +27,15 @@ module Sei
18
27
  self.data_autuacao = params[:data_autuacao]
19
28
  self.link_acesso = params[:link_acesso]
20
29
  self.tipo_procedimento = params[:tipo_procedimento]
30
+ self.andamento_geracao = params[:andamento_geracao]
31
+ self.andamento_conclusao = params[:andamento_conclusao]
32
+ self.ultimo_andamento = params[:ultimo_andamento]
33
+ self.unidades_procedimento_aberto = params[:unidades_procedimento_aberto]
34
+ self.assuntos = params[:assuntos]
35
+ self.interessados = params[:interessados]
36
+ self.observacoes = params[:observacoes]
37
+ self.procedimentos_relacionados = params[:procedimentos_relacionados]
38
+ self.procedimentos_anexados = params[:procedimentos_anexados]
21
39
  initialize_attributes
22
40
  end
23
41
 
data/lib/sei/servico.rb CHANGED
@@ -191,7 +191,6 @@ module Sei
191
191
  sin_retornar_andamento_geracao = 'N',
192
192
  sin_retornar_andamento_conclusao = 'N',
193
193
  sin_retornar_ultimo_andamento = 'N',
194
- sin_retornar_ultimo_andamento = 'N',
195
194
  sin_retornar_unidades_procedimento_aberto = 'S',
196
195
  sin_retornar_procedimentos_relacionados = 'N',
197
196
  sin_retornar_procedimentos_anexados = 'N'
data/lib/sei/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sei
2
- VERSION = "0.1.9"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zei
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.9
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana