zei 0.2.0 → 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: 7e84e4a6f1c958835f50205dab4fd1d5d4354bb69584e59cf3c6b39eac2b531a
4
- data.tar.gz: 3ad7da36198470856905d1e827df26617a1be072c67756080514f4926b1be8c2
3
+ metadata.gz: 705501ca2c862c792fbc06b956a4e2e60fdab5d19396c7c0805ff2c6a92a2da5
4
+ data.tar.gz: 1a4503303274d67bd5aaa4328aa3d2a25a47b063b22dcfb8d6da3b2261e48edb
5
5
  SHA512:
6
- metadata.gz: bf9fd01a3da23a8058c30eaa98f6752154b2483b90fc368af3f38af9374dd9bd85cc3a2428859dbd4742c806c1c632faaf1502b65715c48515f8518bce74c359
7
- data.tar.gz: d809108deecde25f6368de956d7e4175c90b20e37779aaa9cc53bff239196dc16d9e20b847f7cb14f17e2fa8bf2f97d4e4e27cefe6b26c72c8eecbeb3f44b05f
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/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Sei
2
- VERSION = "0.2.0"
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.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Viana