bling_api 0.1.11 → 0.1.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/bling_api/customer.rb +1 -1
- data/lib/bling_api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3a9b0f526f08f2c5b00645fe1a2e3cdb0e76391af1c2e932a3d0114d2f167e48
|
4
|
+
data.tar.gz: f2a89160bf223a8b706019331f2d4fc173afa38b0d9093ebc0c4b44e7e1598c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e7b5e8cccc865d8a8dbc208259d94670bcfe52ea085282750780b81ca0a9bfe8799146d52c793d447cf035689a36692869e1f2dfa9adcc6fbc3c20ad0113db55
|
7
|
+
data.tar.gz: 9a7b51430e21382ff55966ff1fa3bb060d433f32a995a130b24a0748ba6eade0ed46f0d9a968bf9fdc09517df4bb4b7eb8240282e2d40428c9146acca3071cd3
|
data/lib/bling_api/customer.rb
CHANGED
@@ -15,7 +15,7 @@ module BlingApi
|
|
15
15
|
end
|
16
16
|
|
17
17
|
attr_reader :nome, :pessoa_juridica, :telefone, :numero_documento, :id, :email, :endereco, :endereco_cobranca, :cod_contribuinte, :situacao
|
18
|
-
def initialize(nome:, pessoa_juridica:, numero_documento:, id:nil, telefone:nil, email:nil, endereco:nil, endereco_cobranca:nil, cod_contribuinte:nil, situacao:)
|
18
|
+
def initialize(nome:, pessoa_juridica:, numero_documento:, id:nil, telefone:nil, email:nil, endereco:nil, endereco_cobranca:nil, cod_contribuinte:nil, situacao:nil)
|
19
19
|
@id = id
|
20
20
|
@nome = nome
|
21
21
|
@pessoa_juridica = pessoa_juridica
|
data/lib/bling_api/version.rb
CHANGED