Sha256: fd5bc79a95de7614172eebd1dd335312d57ed068fc6fd676cfe2cb48845a3ab0
Contents?: true
Size: 343 Bytes
Versions: 1
Compression:
Stored size: 343 Bytes
Contents
require "gerencianet" require_relative "./credentials" options = { client_id: CREDENTIALS::CLIENT_ID, client_secret: CREDENTIALS::CLIENT_SECRET, sandbox: true } params = { id: 1008 } body = { name: "My new plan" } gerencianet = Gerencianet.new(options) puts gerencianet.update_plan(params: params, body: body)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
gerencianet-0.0.12 | examples/update_plan.rb |