Sha256: 002edffd80cdd85204a5ba11cd6e88762d5cc035846ceb2b00d145e3d77eaa8c
Contents?: true
Size: 370 Bytes
Versions: 1
Compression:
Stored size: 370 Bytes
Contents
require "gerencianet" require_relative "./credentials" options = { client_id: CREDENTIALS::CLIENT_ID, client_secret: CREDENTIALS::CLIENT_SECRET, sandbox: CREDENTIALS::SANDBOX } params = { id: 1000, parcel: 1 } body = { email: 'oldbuck@gerencianet.com.br' } gerencianet = Gerencianet.new(options) puts gerencianet.resend_parcel(params: params, body: body)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gerencianet-1.0.0 | examples/default/carnet/resend_parcel.rb |