bling_api 0.1.3 → 0.1.4

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: 84cb91501398dd70d7a13523dd6cdc48de2e4bba98350e2f204c453ddf03f425
4
- data.tar.gz: adb1897298db3a8cf3c9a525b538d2d5a09ca1865e761076768e1023bfc5a8dc
3
+ metadata.gz: cb3194fb22e5d52dbca204cdf66c625e49bd7aa8ace5d5d92a467e29132a7e0f
4
+ data.tar.gz: 3276b6d0c5a833169f2993bfaa204b12a566929d7fca61f31ab6f04deaa45dc5
5
5
  SHA512:
6
- metadata.gz: 364475e50fd00865b764ed723637a0de45ff3b11faec11df0298f18c4cc636971f3a257217ea698740174ab4dd220932ecd2b94c0659b8094161317071f41588
7
- data.tar.gz: 6c919a15a43d7e99ef147fdf1e6d9f8c6ad10655272b46441835bdd52be63d29c3e32dfee7d03d1a284e287fc5c3de8372ea4c75020fcc1895b5f5410f613254
6
+ metadata.gz: 9023d6ed87da43f29ff553c88b2180fa168d158255613737e735dc673b8926193539d52df931f0809336e5918dcf26e012cb74ef7e61311d11c0e1e2fad5a446
7
+ data.tar.gz: 8daf9ba059a8752246e98d416ff3b7a8682885ec6a9e858ecb595243d13f672548c07b2cbb199013839104d37952c46e165b3efc09176b785d3b0a9ed4b6e1c2
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bling_api (0.1.3)
4
+ bling_api (0.1.4)
5
5
  ac
6
6
  base64
7
7
 
@@ -6,7 +6,7 @@ module BlingApi
6
6
  new(**build_hash(response))
7
7
  end
8
8
 
9
- attr_reader :id, :numero, :id_contato, :items, :parcelas, :numero_loja, :data, :total_produtos, :total, :id_loja, :numero_pedido_compra, :observacoes, :observacoes_internas, :valor_desconto, :unidade_desconto, :id_categoria, :transporte, :id_vendedor
9
+ attr_reader :id, :numero, :id_contato, :items, :parcelas, :numero_loja, :data, :total_produtos, :total, :id_loja, :numero_pedido_compra, :observacoes, :observacoes_internas, :valor_desconto, :id_categoria, :transporte, :id_vendedor
10
10
  def initialize(id:nil, numero:nil, id_contato:, items:, parcelas:nil, numero_loja:, data:, total_produtos:, total:, id_loja:, numero_pedido_compra:nil, observacoes:, observacoes_internas:, valor_desconto:, id_categoria:, transporte:nil, id_vendedor:)
11
11
  @id = id
12
12
  @numero = numero
@@ -22,7 +22,6 @@ module BlingApi
22
22
  @observacoes = observacoes
23
23
  @observacoes_internas = observacoes_internas
24
24
  @valor_desconto = valor_desconto
25
- @unidade_desconto = unidade_desconto
26
25
  @id_categoria = id_categoria
27
26
  @transporte = transporte
28
27
  @id_vendedor = id_vendedor
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module BlingApi
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bling_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - caio